yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34430
[Bug 1452522] Re: nova-api: remove unuseful expect error in v2.1 service delete method
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => liberty-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/1452522
Title:
nova-api: remove unuseful expect error in v2.1 service delete method
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
in nova/api/openstack/compute/plugins/v3/services.py
we found :
@extensions.expected_errors((400, 404))
def delete(self, req, id):
by checking code, there isn't any badrequest exception raising,
we need to remove 400 from expected code.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1452522/+subscriptions
References