[openstack-dev] magnum on OpenStack Kilo

Adrian Otto adrian.otto at rackspace.com
Tue Nov 3 00:22:31 UTC 2015


Bruce,

That sounds like this bug to me:

https://bugs.launchpad.net/magnum/+bug/1411333

Resolved by:

https://review.openstack.org/148059

I think you need this:


keystone service-create --name=magnum \
                        --type=container \
                        --description="magnum Container Service"
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 \
                         --region RegionOne

Any chance you missed the first of these two? Also, be sure you are using the latest Magnum, either from the master branch or from the Downloads section of:

https://wiki.openstack.org/wiki/Magnum

Thanks,

Adrain


On Nov 2, 2015, at 2:25 PM, Bruce D'Amora <bddamora at gmail.com<mailto:bddamora at gmail.com>> wrote:

Does anyone have any guidance for configuring magnum on OpenStack kilo? this is outside of devstack. I thought I had it configured and when I log into horizon, I see the magnum service is started, but when I execute cli commands such as:
magnum service-list or magnum container-list I get ERRORs:
ERROR: publicURL endpoint for container service not found

I added an endpoint:
openstack endpoint create \
  --publicurl http://9.2.132.246:<http://9.2.132.246/>9511/v1 \
  --internalurl http://9.2.132.246:<http://9.2.132.246/>9511/v1 \
  --adminurl http://9.2.132.246:<http://9.2.132.246/>9511/v1 \
  --region RegionOne \
  magnum

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151103/1d6469a4/attachment.html>


More information about the OpenStack-dev mailing list