** Project changed: nova => python-novaclient

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

Title:
  nova client error when deleting secgroup rules

Status in Python client library for Nova:
  Incomplete

Bug description:
  When you have a group rule added to a security group that has the same
  port instructions as a non-group rule, the NovaClient seemingly gets
  confused when you try to delete the non-group rule and spits out an
  error:

  example:

  $ nova secgroup-list-rules example
  --------------------------------------------------
  IP Protocol   From Port       To Port         IP Range        Source Group

  --------------------------------------------------
  tcp   22      22              test
  tcp   22      22      0.0.0.0/0        

  --------------------------------------------------

  $ nova secgroup-delete-rule example tcp 22 22 0.0.0.0/0
  ERROR: 'cidr'

  Attempting to delete this rule using the Neutron Client works.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to