diff --git a/docker/keystone/start.sh b/docker/keystone/start.sh index b006676911..412f1c9ce6 100755 --- a/docker/keystone/start.sh +++ b/docker/keystone/start.sh @@ -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}"