← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1549139] [NEW] nova server-group-delete can not accept group name

 

Public bug reported:

$ nova server-group-delete affinity-grp
Delete for server group anti-grp failed: Instance group anti-grp could not be found. (HTTP 404) (Request-ID: req-19c0bff9-49c9-4be5-a0a5-083e7e88d7e3)
ERROR (CommandError): Unable to delete any of the specified server groups.

$ nova server-group-delete grout-uuid is  successful.

ubuntu@yuntong-ha2:/opt/stack/nova$ nova server-group-list
+--------------------------------------+--------------+---------------+---------+----------+
| Id                                   | Name         | Policies      | Members | Metadata |
+--------------------------------------+--------------+---------------+---------+----------+
| 91d7a37b-7e3d-43cd-af66-c37ade897d9e | affinity-grp | [u'affinity'] | []      | {}       |
+--------------------------------------+--------------+---------------+---------+----------+
ubuntu@yuntong-ha2:/opt/stack/nova$ 
ubuntu@yuntong-ha2:/opt/stack/nova$ nova server-group-delete 91d7a37b-7e3d-43cd-af66-c37ade897d9e
Server group 91d7a37b-7e3d-43cd-af66-c37ade897d9e has been successfully deleted.

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  nova server-group-delete can not accept group name

Status in OpenStack Compute (nova):
  New

Bug description:
  $ nova server-group-delete affinity-grp
  Delete for server group anti-grp failed: Instance group anti-grp could not be found. (HTTP 404) (Request-ID: req-19c0bff9-49c9-4be5-a0a5-083e7e88d7e3)
  ERROR (CommandError): Unable to delete any of the specified server groups.

  $ nova server-group-delete grout-uuid is  successful.

  ubuntu@yuntong-ha2:/opt/stack/nova$ nova server-group-list
  +--------------------------------------+--------------+---------------+---------+----------+
  | Id                                   | Name         | Policies      | Members | Metadata |
  +--------------------------------------+--------------+---------------+---------+----------+
  | 91d7a37b-7e3d-43cd-af66-c37ade897d9e | affinity-grp | [u'affinity'] | []      | {}       |
  +--------------------------------------+--------------+---------------+---------+----------+
  ubuntu@yuntong-ha2:/opt/stack/nova$ 
  ubuntu@yuntong-ha2:/opt/stack/nova$ nova server-group-delete 91d7a37b-7e3d-43cd-af66-c37ade897d9e
  Server group 91d7a37b-7e3d-43cd-af66-c37ade897d9e has been successfully deleted.

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


Follow ups