yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46516
[Bug 1546433] Re: nova.service.Service.kill() is unused and orphaned
** Changed in: nova
Status: Opinion => In Progress
--
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/1546433
Title:
nova.service.Service.kill() is unused and orphaned
Status in OpenStack Compute (nova):
In Progress
Bug description:
oslo.service.Service doesn't provide kill method in it's interface [1].
Nova is implementing it (it removes service record from the DB), but
obviously it isn't actually ever called. This was probably orphaned long
time ago (last changes in 2011).
I think the method should go away.
[1]
https://github.com/openstack/oslo.service/blob/master/oslo_service/service.py#L88-L109
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1546433/+subscriptions
References