yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #05490
[Bug 1225579] Re: service id is not right in nova-api
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-rc1
--
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/1225579
Title:
service id is not right in nova-api
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Now in nova/compute/api.py, the service id is using aggregate, this is
not accurate. As the service is actually api.
This will cause some confuse if we add new notifications for others
such as host operations, keypair operations and so on.
get_notifier = functools.partial(notifier.get_notifier, service='aggregate') << Better change this to api
wrap_exception = functools.partial(exception.wrap_exception,
get_notifier=get_notifier)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1225579/+subscriptions