yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56133
[Bug 1620684] Re: nova list --status soft_deleted is not showing soft deleted Instances
So, after a bit of investigation, I found that's actually not a
regression and we had other bug reports about that. The one I could
refer is https://bugs.launchpad.net/nova/+bug/1526715 which is
technically not a duplicate but where the proposal is very close to the
one you wrote : https://review.openstack.org/#/c/258472/6
Anyway, given it would mean the API would accept a new body argument and
merging that would change the API behaviour by returning more instances,
I think we would need to open a spec for that and ask for a new API
microversion (see
http://docs.openstack.org/developer/nova/process.html#overview)
I'm marking that bug report as Opinion to clarify my thoughts.
** Changed in: nova
Status: In Progress => Opinion
** Changed in: nova
Importance: Undecided => Low
** Tags removed: newton-rc-potential
--
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/1620684
Title:
nova list --status soft_deleted is not showing soft deleted Instances
Status in OpenStack Compute (nova):
Opinion
Bug description:
Steps to reproduce:
1. Set reclaim_instance_interval to a value in nova.conf
2. Boot an instance.
3. delete the instance(instance will be soft_deleted)
4. nova list --status soft_deleted
Expected result:
should display the soft_deleted instances based on the reclaim_instance_interval.
Actual result:
No instances are displayed.
This bug is reported in the admin context.
Environment:
current master devstack
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1620684/+subscriptions
References