[install] update keystone internal endpoint port

http://docs.openstack.org/developer/keystone/configuringservices.html

backport: newton

Change-Id: I2b4c361a0ec2279b87b79b7c34a2252a6a000c38
Closes-Bug: #1648165
This commit is contained in:
KATO Tomoyuki
2016-12-31 17:30:03 +09:00
parent 522e4919f8
commit 3c07f4a57b
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ Install and configure the components
# OS_TOKEN=`openstack token issue -c id -f value`
openstack endpoint create \
--os-url=http://127.0.0.1:35357/v3/ \
--os-url=http://127.0.0.1:5000/v3/ \
keystone internal http://controller:5000/v2.0
# OS_TOKEN=`openstack token issue -c id -f value`

View File

@@ -159,7 +159,7 @@ Install and configure components
# keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
--bootstrap-admin-url http://controller:35357/v3/ \
--bootstrap-internal-url http://controller:35357/v3/ \
--bootstrap-internal-url http://controller:5000/v3/ \
--bootstrap-public-url http://controller:5000/v3/ \
--bootstrap-region-id RegionOne