Merge "remove hard tabs from keystone_data.sh"
This commit is contained in:
commit
a70248dd67
@ -93,16 +93,16 @@ keystone user-role-add --user_id $DEMO_USER --role_id $MEMBER_ROLE --tenant_id $
|
|||||||
|
|
||||||
# Keystone
|
# Keystone
|
||||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||||
KEYSTONE_SERVICE=$(get_id keystone service-create \
|
KEYSTONE_SERVICE=$(get_id keystone service-create \
|
||||||
--name=keystone \
|
--name=keystone \
|
||||||
--type=identity \
|
--type=identity \
|
||||||
--description="Keystone Identity Service")
|
--description="Keystone Identity Service")
|
||||||
keystone endpoint-create \
|
keystone endpoint-create \
|
||||||
--region RegionOne \
|
--region RegionOne \
|
||||||
--service_id $KEYSTONE_SERVICE \
|
--service_id $KEYSTONE_SERVICE \
|
||||||
--publicurl "http://$SERVICE_HOST:\$(public_port)s/v2.0" \
|
--publicurl "http://$SERVICE_HOST:\$(public_port)s/v2.0" \
|
||||||
--adminurl "http://$SERVICE_HOST:\$(admin_port)s/v2.0" \
|
--adminurl "http://$SERVICE_HOST:\$(admin_port)s/v2.0" \
|
||||||
--internalurl "http://$SERVICE_HOST:\$(public_port)s/v2.0"
|
--internalurl "http://$SERVICE_HOST:\$(public_port)s/v2.0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Nova
|
# Nova
|
||||||
|
Loading…
x
Reference in New Issue
Block a user