diff --git a/helm-toolkit/templates/scripts/_ks-user.sh.tpl b/helm-toolkit/templates/scripts/_ks-user.sh.tpl index 2ede013c9..c2d900cfe 100644 --- a/helm-toolkit/templates/scripts/_ks-user.sh.tpl +++ b/helm-toolkit/templates/scripts/_ks-user.sh.tpl @@ -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