Merge "Fix usage of registering magnum endpoint"
This commit is contained in:
@@ -247,10 +247,12 @@ Configure the keystone endpoint::
|
|||||||
--description="Magnum Container Service" \
|
--description="Magnum Container Service" \
|
||||||
container
|
container
|
||||||
openstack endpoint create --region=RegionOne \
|
openstack endpoint create --region=RegionOne \
|
||||||
--publicurl=http://127.0.0.1:9511/v1 \
|
container public http://127.0.0.1:9511/v1
|
||||||
--internalurl=http://127.0.0.1:9511/v1 \
|
openstack endpoint create --region=RegionOne \
|
||||||
--adminurl=http://127.0.0.1:9511/v1 \
|
container internal http://127.0.0.1:9511/v1
|
||||||
magnum
|
openstack endpoint create --region=RegionOne \
|
||||||
|
container admin http://127.0.0.1:9511/v1
|
||||||
|
|
||||||
|
|
||||||
Start the API service in a new screen::
|
Start the API service in a new screen::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user