changed port in tools/sample_data.sh
With the removal of the Identity v2 API, keystone now runs on port 5000, rather than on the port 35357 which was used earlier. Change-Id: I5a763fbf765553b00713add9f863751b418deb82
This commit is contained in:
parent
b7dfb72a62
commit
666f33a55a
@ -82,7 +82,7 @@ export OS_PROJECT_NAME=admin
|
||||
export OS_USER_DOMAIN_ID=default
|
||||
export OS_PROJECT_DOMAIN_ID=default
|
||||
export OS_IDENTITY_API_VERSION=3
|
||||
export OS_AUTH_URL=http://$CONTROLLER_PUBLIC_ADDRESS:${CONFIG_ADMIN_PORT:-35357}/v3
|
||||
export OS_AUTH_URL=http://$CONTROLLER_PUBLIC_ADDRESS:${CONFIG_ADMIN_PORT:-5000}/v3
|
||||
|
||||
export OS_BOOTSTRAP_PASSWORD=$ADMIN_PASSWORD
|
||||
export OS_BOOTSTRAP_REGION_ID=RegionOne
|
||||
|
Loading…
x
Reference in New Issue
Block a user