diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/keystone/endpoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/keystone/endpoint.sh b/tools/keystone/endpoint.sh index 1bb6c9b..aae851d 100755 --- a/tools/keystone/endpoint.sh +++ b/tools/keystone/endpoint.sh @@ -29,5 +29,5 @@ cat <<EOT >> ${ENDPOINT_FILE} public_url=${ENDPOINT_PUBLIC_URL} admin_url=${ENDPOINT_ADMIN_URL} private_url=${ENDPOINT_INTERNAL_URL} -os_region=${OS_REGION} +os_region="RegionTwo" EOT |