Fix default port for identity.internalURL

This should be the public_port and not the admin one.

Sync with default_catalog.templates change
commit 773f0f84af

Change-Id: Ibb81a06607d94648993768c8b2e7161bf57195a1
This commit is contained in:
Alan Pevec 2012-11-08 22:58:54 +01:00
parent 9916227f97
commit b446a770a6

View File

@ -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 \