diff options
Diffstat (limited to 'tools/keystone/endpoint.sh')
-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 d55d4bd..2992e1a 100755 --- a/tools/keystone/endpoint.sh +++ b/tools/keystone/endpoint.sh @@ -28,6 +28,6 @@ cat > ${ENDPOINT_FILE} <<EOT [DEFAULT] public_url=${ENDPOINT_PUBLIC_URL} admin_url=${ENDPOINT_ADMIN_URL} -private_url=${ENDPOINT_INTERNAL_URL} +internal_url=${ENDPOINT_INTERNAL_URL} os_region=RegionTwo EOT |