Merge "Specify region while creating magnum endpoint."

This commit is contained in:
Jenkins 2015-03-30 16:12:09 +00:00 committed by Gerrit Code Review
commit 42844b68d3
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::