← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1273266] Re: Error message is malformed when removing a non-existent security group from an instance

 

** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  Error message is malformed when removing a non-existent security group
  from an instance

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Trying to remove a security group from an instance which is not actually associated with the instance produces the following:
   
  ---
  $nova remove-secgroup 71069945-5bea-4d53-b6ab-9026bfeebba4 phil

  ERROR: [u'Security group %(security_group_name)s not assocaited with
  the instance %(instance)s', {u'instance': u'71069945-5bea-4d53-b6ab-
  9026bfeebba4', u'security_group_name': u'phil'}] (HTTP 404) (Request-
  ID: req-a334b53d-e7cc-482c-9f1f-7bc61b8367e0)

  ---

  The variables are not being populated correctly, and there is a typo:
  " assocaited"

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


References