From 666f33a55aa0caa2b9c55191e8a9f82d007d3013 Mon Sep 17 00:00:00 2001 From: Sreyansh Jain Date: Thu, 15 Nov 2018 20:45:59 +0530 Subject: [PATCH] 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 --- tools/sample_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sample_data.sh b/tools/sample_data.sh index 0b14568c79..6dc5c41360 100755 --- a/tools/sample_data.sh +++ b/tools/sample_data.sh @@ -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