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:
parent
9916227f97
commit
b446a770a6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user