Merge "Fix usage of registering magnum endpoint"

This commit is contained in:
Jenkins 2016-03-24 10:57:51 +00:00 committed by Gerrit Code Review
commit 4afe7bd4d3
1 changed files with 6 additions and 4 deletions

View File

@ -247,10 +247,12 @@ Configure the keystone endpoint::
--description="Magnum Container Service" \
container
openstack endpoint create --region=RegionOne \
--publicurl=http://127.0.0.1:9511/v1 \
--internalurl=http://127.0.0.1:9511/v1 \
--adminurl=http://127.0.0.1:9511/v1 \
magnum
container public http://127.0.0.1:9511/v1
openstack endpoint create --region=RegionOne \
container internal http://127.0.0.1:9511/v1
openstack endpoint create --region=RegionOne \
container admin http://127.0.0.1:9511/v1
Start the API service in a new screen::