[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:
@@ -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`
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user