summaryrefslogtreecommitdiffstats
path: root/tools/keystone/endpoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/keystone/endpoint.sh')
-rwxr-xr-xtools/keystone/endpoint.sh2
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