[Bug 1777412] Re: security group rule list only looks via IDs (but --help says names should work)
Corey Bryant
corey.bryant at canonical.com
Mon Jun 25 13:07:03 UTC 2018
Typo in comment #1. It should say:
sudo add-apt-repository cloud-archive:mitaka
--
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:
New
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