Merge "HTK: dont set keystone password on user creation"

This commit is contained in:
Zuul 2019-01-18 06:54:01 +00:00 committed by Gerrit Code Review
commit 3d9a78c80a
1 changed files with 1 additions and 2 deletions

View File

@ -66,10 +66,9 @@ USER_ID=$(openstack user create --or-show --enable -f value -c id \
--project-domain="${PROJECT_DOMAIN_ID}" \
--project="${USER_PROJECT_ID}" \
--description="${USER_DESC}" \
--password="${SERVICE_OS_PASSWORD}" \
"${SERVICE_OS_USERNAME}");
# Manage user password (we do this to ensure the password is updated if required)
# Manage user password (we do this in a seperate step to ensure the password is updated if required)
openstack user set --password="${SERVICE_OS_PASSWORD}" "${USER_ID}"
# Display user