summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2012-11-08 22:58:54 +0100
committerAlan Pevec <apevec@redhat.com>2012-11-08 22:58:54 +0100
commitb446a770a6740ba64b6c55eb6a2ca4b1bd4aa2aa (patch)
tree2f617da493550422f5a2893e64468a4eb8c8138d /tools
parent9916227f9739aadd674e889d62ef539af64e3390 (diff)
downloadkeystone-b446a770a6740ba64b6c55eb6a2ca4b1bd4aa2aa.tar.gz
Fix default port for identity.internalURL
This should be the public_port and not the admin one. Sync with default_catalog.templates change commit 773f0f84af282cd3e53650ccbb99284c37677b6a Change-Id: Ibb81a06607d94648993768c8b2e7161bf57195a1
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sample_data.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sample_data.sh b/tools/sample_data.sh
index 3a9ae0578..03c76535b 100755
--- a/tools/sample_data.sh
+++ b/tools/sample_data.sh
@@ -188,7 +188,7 @@ if [[ -n "$ENABLE_ENDPOINTS" ]]; then
keystone endpoint-create --region RegionOne --service-id $KEYSTONE_SERVICE \
--publicurl 'http://localhost:$(public_port)s/v2.0' \
--adminurl 'http://localhost:$(admin_port)s/v2.0' \
- --internalurl 'http://localhost:$(admin_port)s/v2.0'
+ --internalurl 'http://localhost:$(public_port)s/v2.0'
fi
VOLUME_SERVICE=$(get_id \