remove hard tabs from keystone_data.sh
hard tabs somehow snuck into keystone_data.sh, noticed in an unrelated review. Remove for consistency. Change-Id: I04f3b4597fd3629c7f123588c512832a67228597
This commit is contained in:
parent
e747efb3f6
commit
a61eb6af5d
@ -92,16 +92,16 @@ keystone user-role-add --user_id $DEMO_USER --role_id $MEMBER_ROLE --tenant_id $
|
||||
|
||||
# Keystone
|
||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||
KEYSTONE_SERVICE=$(get_id keystone service-create \
|
||||
--name=keystone \
|
||||
--type=identity \
|
||||
--description="Keystone Identity Service")
|
||||
keystone endpoint-create \
|
||||
--region RegionOne \
|
||||
--service_id $KEYSTONE_SERVICE \
|
||||
--publicurl "http://$SERVICE_HOST:\$(public_port)s/v2.0" \
|
||||
--adminurl "http://$SERVICE_HOST:\$(admin_port)s/v2.0" \
|
||||
--internalurl "http://$SERVICE_HOST:\$(public_port)s/v2.0"
|
||||
KEYSTONE_SERVICE=$(get_id keystone service-create \
|
||||
--name=keystone \
|
||||
--type=identity \
|
||||
--description="Keystone Identity Service")
|
||||
keystone endpoint-create \
|
||||
--region RegionOne \
|
||||
--service_id $KEYSTONE_SERVICE \
|
||||
--publicurl "http://$SERVICE_HOST:\$(public_port)s/v2.0" \
|
||||
--adminurl "http://$SERVICE_HOST:\$(admin_port)s/v2.0" \
|
||||
--internalurl "http://$SERVICE_HOST:\$(public_port)s/v2.0"
|
||||
fi
|
||||
|
||||
# Nova
|
||||
|
Loading…
Reference in New Issue
Block a user