yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81934
[Bug 1790114] Re: filter not work with deleted status
[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]
** Changed in: nova
Status: Incomplete => Expired
--
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/1790114
Title:
filter not work with deleted status
Status in OpenStack Compute (nova):
Expired
Bug description:
During review https://review.openstack.org/#/c/597443/
seems this
174 if search_opts.get("vm_state") == ['deleted']:
175 if context.is_admin:
176 search_opts['deleted'] = True
177 else:
178 msg = _("Only administrators may list deleted instances")
179 raise exc.HTTPForbidden(explanation=msg)
has some issue so that the check won't work at all
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1790114/+subscriptions
References