Specify region while creating magnum endpoint.

Magnum region should be 'RegionOne' in keystone to be compatible
with devstack environment. Devstack sets OS_REGION_NAME to
'RegionOne'.

Hence this patch specify region name while creating magnum
endpoint in keystone.

Change-Id: I9cb10e5ef487cdf88f39e27ee1d2c9177896a72d
Closes-bug: #1438018
This commit is contained in:
Madhuri Kumari 2015-03-30 14:29:58 +09:00 committed by Madhuri Kumari
parent 18fdf357eb
commit cd20ed54bc
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@ Finally, configure the keystone endpoint::
keystone endpoint-create --service=magnum \
--publicurl=http://127.0.0.1:9511/v1 \
--internalurl=http://127.0.0.1:9511/v1 \
--adminurl=http://127.0.0.1:9511/v1
--adminurl=http://127.0.0.1:9511/v1 \
--region RegionOne
Next start the API service::