|
...
|
...
|
@@ -1960,7 +1960,7 @@ if is_service_enabled key; then
|
|
1960
|
1960
|
SERVICE_TOKEN=$SERVICE_TOKEN SERVICE_ENDPOINT=$SERVICE_ENDPOINT SERVICE_HOST=$SERVICE_HOST \
|
|
1961
|
1961
|
S3_SERVICE_PORT=$S3_SERVICE_PORT KEYSTONE_CATALOG_BACKEND=$KEYSTONE_CATALOG_BACKEND \
|
|
1962
|
1962
|
DEVSTACK_DIR=$TOP_DIR ENABLED_SERVICES=$ENABLED_SERVICES \
|
|
1963
|
|
- bash $FILES/keystone_data.sh
|
|
|
1963
|
+ bash -x $FILES/keystone_data.sh
|
|
1964
|
1964
|
|
|
1965
|
1965
|
# Set up auth creds now that keystone is bootstrapped
|
|
1966
|
1966
|
export OS_AUTH_URL=$SERVICE_ENDPOINT
|