Public bug reported:

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.

** Affects: python-openstackclient (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: canonical-bootstack

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to