← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1569779] Re: allow to investigate instance actions after instance deletion

 

In mitaka,

create instance, command 'nova list' to view instance's uuid.
+--------------------------------------+-------+--------+------------+-------------+--------------------------------------------------------+
| ID                                   | Name  | Status | Task State | Power State | Networks                                               |
+--------------------------------------+-------+--------+------------+-------------+--------------------------------------------------------+
| 738c80f1-03d0-4a93-844b-bee22b3654de | first | ACTIVE | -          | Running     | private=fd33:f306:b926:0:f816:3eff:fed8:34b5, 10.0.0.3 |
+--------------------------------------+-------+--------+------------+-------------+--------------------------------------------------------+

command 'nova instance-action-list 738c80f1-03d0-4a93-844b-bee22b3654de ' was returned:
+--------+------------------------------------------+---------+----------------------------+
| Action | Request_ID                               | Message | Start_Time                 |
+--------+------------------------------------------+---------+----------------------------+
| create | req-e5c1d5b4-590e-4f7f-ab2b-025302998bff | -       | 2016-04-14T03:06:46.000000 |
+--------+------------------------------------------+---------+----------------------------+

delete instance,  command 'nova instance-action-list 738c80f1-03d0-4a93-844b-bee22b3654de ' was returned:
+--------+------------------------------------------+---------+----------------------------+
| Action | Request_ID                               | Message | Start_Time                 |
+--------+------------------------------------------+---------+----------------------------+
| create | req-e5c1d5b4-590e-4f7f-ab2b-025302998bff | -       | 2016-04-14T03:06:46.000000 |
| delete | req-16e7dc74-1449-4e4a-a662-a0279c88620f | -       | 2016-04-14T03:18:34.000000 |
+--------+------------------------------------------+---------+----------------------------+

there is no 404 error.

** Changed in: nova
       Status: New => Invalid

** Changed in: nova
     Assignee: zhaolihui (zhaolh) => (unassigned)

-- 
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/1569779

Title:
  allow to investigate instance actions after instance deletion

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Right now if instance has been deleted, 'nova instance-action-list'
  returns 404. Due to very specific nature of 'action list' is is very
  nice to have ability to see action lists for deleted instances,
  especially deletion request.

  Can this feature be added to nova? Al least, for administrators.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1569779/+subscriptions


References