[openstack-dev] magnum on OpenStack Kilo
Adrian Otto
adrian.otto at rackspace.com
Tue Nov 3 00:31:38 UTC 2015
Bruce,
Another suggestion for your consideration:
The region the client is using needs to match the region the endpoint is set to use in the service catalog. Check that OS_REGION_NAME in the environment running the client is set to ‘RegionOne’ rather than ‘regionOne’. That has snagged others in the past as well.
Adrian
On Nov 2, 2015, at 4:22 PM, Adrian Otto <adrian.otto at rackspace.com<mailto:adrian.otto at rackspace.com>> wrote:
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
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org<mailto:OpenStack-dev-request at lists.openstack.org>?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151103/9a51a908/attachment.html>
More information about the OpenStack-dev
mailing list