[Bug 1777412] Re: security group rule list only looks via IDs (but --help says names should work)

James Page james.page at ubuntu.com
Thu Jul 26 10:46:21 UTC 2018


** Changed in: python-openstackclient (Ubuntu)
       Status: New => Incomplete

** Changed in: python-openstackclient (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-openstackclient in Ubuntu.
https://bugs.launchpad.net/bugs/1777412

Title:
  security group rule list only looks via IDs (but --help says names
  should work)

Status in python-openstackclient package in Ubuntu:
  Incomplete

Bug description:
  On a trusty env, I tried to list security group rules by name, but it
  failed.

  https://pastebin.ubuntu.com/p/NRFfdYmf5s/

  As a workaround, IDs can be searched and rules be listed by ID
  1) openstack security group list | egrep name # double-check project id matches the instance
  2) openstack security group rule list <secgroup-id>

  It would be useful to be able to look by name and return an error in
  case of ambiguity (ie. two secgroups with the same name on different
  tenants).

  Furthermore, having a "--project <project-id>" parameter would also be
  useful in both "security group list" and "rule list".

  Thank you
  -Alvaro.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1777412/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list