Switch to using oslo.utils secretutils

As the crypt module has been dropped in Python 3.13 switch to
using the oslo.utils crypt_password replacement instead.

Change-Id: Ib8c11db025cd12a9fa86e9185bf9ad172a86ef6d
This commit is contained in:
James Page
2025-01-20 16:54:23 +00:00
parent 3d21445b73
commit 9851a80ed3
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ oslo.limit>=1.5.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.serialization>=4.2.0 # Apache-2.0
oslo.upgradecheck>=1.3.0
oslo.utils>=7.4.0 # Apache-2.0
oslo.utils>=8.0.0 # Apache-2.0
oslo.db>=10.0.0 # Apache-2.0
oslo.rootwrap>=5.15.0 # Apache-2.0
oslo.messaging>=14.1.0 # Apache-2.0