yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15781
[Bug 1308811] Re: nova.objects.base imports conductor wrong
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1308811
Title:
nova.objects.base imports conductor wrong
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
in nova.objects.base it imports conductor
from nova.conductor import api as conductor_api
self._conductor = conductor_api.API()
This bypasses the logic to detemin whether to use conductor RPC
service or not.
Should do
from nova import conductor
self._conductor = conductor.API()
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1308811/+subscriptions
References