← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1312087] [NEW] "nova delete" has no output if the VM was deleted

 

Public bug reported:

[root@rhel8249 ~]# nova   aggregate-create  aa
+-----+------+-------------------+-------+----------+
| Id  | Name | Availability Zone | Hosts | Metadata |
+-----+------+-------------------+-------+----------+
| 109 | aa   | None              | []    | {}       |
+-----+------+-------------------+-------+----------+
[root@rhel8249 ~]# nova  aggregate-delete  aa
Aggregate 109 has been successfully deleted. << output telling delete succeed.

>From the review commets of
https://review.openstack.org/#/c/85577/1/novaclient/v1_1/shell.py , we
reach to an agreement to file a bug to enable "nova delete" can print
some log message to tell operators which instances have been deleted
succeed and which have been failed.

** Affects: python-novaclient
     Importance: Low
         Status: New

** Project changed: nova => python-novaclient

** Changed in: python-novaclient
   Importance: Undecided => Low

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

Title:
  "nova delete" has no output if the VM was deleted

Status in Python client library for Nova:
  New

Bug description:
  [root@rhel8249 ~]# nova   aggregate-create  aa
  +-----+------+-------------------+-------+----------+
  | Id  | Name | Availability Zone | Hosts | Metadata |
  +-----+------+-------------------+-------+----------+
  | 109 | aa   | None              | []    | {}       |
  +-----+------+-------------------+-------+----------+
  [root@rhel8249 ~]# nova  aggregate-delete  aa
  Aggregate 109 has been successfully deleted. << output telling delete succeed.

  From the review commets of
  https://review.openstack.org/#/c/85577/1/novaclient/v1_1/shell.py , we
  reach to an agreement to file a bug to enable "nova delete" can print
  some log message to tell operators which instances have been deleted
  succeed and which have been failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-novaclient/+bug/1312087/+subscriptions


Follow ups

References