Merge "update existing keystone objects"

This commit is contained in:
Jenkins 2014-10-13 15:15:12 +00:00 committed by Gerrit Code Review
commit ba64bb4789

View File

@ -65,8 +65,11 @@ while ! curl -o /dev/null -s --fail ${SERVICE_ENDPOINT}; do
sleep 1;
done
crux user-create -n admin -p "${KEYSTONE_ADMIN_PASSWORD}" -t admin -r admin
crux endpoint-create -n keystone -t identity \
crux user-create --update \
-n admin -p "${KEYSTONE_ADMIN_PASSWORD}" \
-t admin -r admin
crux endpoint-create --remove-all \
-n keystone -t identity \
-I "${SERVICE_ENDPOINT_USER}" \
-A "${SERVICE_ENDPOINT_ADMIN}"