[Openstack] Quesion about Openstack Magnum

John Belamaric jbelamaric at infoblox.com
Mon Jul 11 20:14:00 UTC 2016


I had a similar issue. If you follow the guide you use "container-infra” for the service type, but the magnum client version I was using (2.1.0) looks for ”container”.

Even after that though, I have not been able to get it fully working. I am seeing this error in magnum-conductor.log, and haven’t had time to fully debug it:


2016-07-11 16:13:08.433 19996 DEBUG oslo_service.periodic_task [-] Running periodic task MagnumPeriodicTasks._send_bay_metrics run_periodic_tasks /var/lib/magnum/env/local/lib/python2.7/site-packages/oslo_service/periodic_task.py:215
2016-07-11 16:13:08.434 19996 DEBUG magnum.service.periodic [req-428e2bcc-06be-4745-adb0-d1a8df08af0c - - - - -] Starting to send bay metrics _send_bay_metrics /var/lib/magnum/env/local/lib/python2.7/site-packages/magnum/service/periodic.py:149
2016-07-11 16:13:08.953 19996 DEBUG oslo_service.periodic_task [-] Running periodic task MagnumServicePeriodicTasks.update_magnum_service run_periodic_tasks /var/lib/magnum/env/local/lib/python2.7/site-packages/oslo_service/periodic_task.py:215
2016-07-11 16:13:08.953 19996 DEBUG magnum.servicegroup.magnum_service_periodic [req-d9472221-3976-4ea7-bb8c-78901476bb5d - - - - -] Update magnum_service update_magnum_service /var/lib/magnum/env/local/lib/python2.7/site-packages/magnum/servicegroup/magnum_service_periodic.py:42
2016-07-11 16:13:09.026 19996 DEBUG oslo_service.periodic_task [-] Running periodic task MagnumPeriodicTasks.sync_bay_status run_periodic_tasks /var/lib/magnum/env/local/lib/python2.7/site-packages/oslo_service/periodic_task.py:215
2016-07-11 16:13:09.026 19996 DEBUG magnum.service.periodic [req-3e18d7b3-851c-4d5b-9ef6-28b70528c7a2 - - - - -] Starting to sync up bay status sync_bay_status /var/lib/magnum/env/local/lib/python2.7/site-packages/magnum/service/periodic.py:71
2016-07-11 16:13:09.059 19996 WARNING magnum.common.keystone [req-3e18d7b3-851c-4d5b-9ef6-28b70528c7a2 - - - - -] Auth plugin and its options for service user must be provided in [keystone_auth] section. Using values from [keystone_authtoken] section is deprecated.
2016-07-11 16:13:09.146 19996 WARNING magnum.service.periodic [req-3e18d7b3-851c-4d5b-9ef6-28b70528c7a2 - - - - -] Ignore error [unexpected keystone client error occurred: Expecting to find id or name in user - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-69b34d03-d052-47c1-b096-6abf01ad1fe8)] when syncing up bay status.
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic Traceback (most recent call last):
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic   File "/var/lib/magnum/env/local/lib/python2.7/site-packages/magnum/service/periodic.py", line 83, in sync_bay_status
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic     stacks = osc.heat().stacks.list(global_tenant=True,
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic   File "/var/lib/magnum/env/local/lib/python2.7/site-packages/magnum/common/exception.py", line 66, in wrapped
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic     % sys.exc_info()[1])
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic AuthorizationFailure: unexpected keystone client error occurred: Expecting to find id or name in user - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-69b34d03-d052-47c1-b096-6abf01ad1fe8)
2016-07-11 16:13:09.146 19996 ERROR magnum.service.periodic





More information about the Openstack mailing list