openstack-python-openstackc.../openstackclient
Richard Theis 0e38ef8484 Improve output for "os security group show"
Improve the security group rules output when running the
"os security group show" command. Each security group rule
is now displayed on a separate line.

Current output example:
$ openstack security group show default
+-------------+------------------------- ... ---+
| Field       | Value                    ...    |
+-------------+------------------------- ... ---+
| description | Default security group   ...    |
| id          | 048a5fc3-3be1-407d-ae47-9...    |
| name        | default                  ...    |
| project_id  | 3b96bb2020c1459da76963f9e...    |
| rules       | [u"id='5d812367-9829-4340...t"] |
+-------------+------------------------- ... ---+

New output example:
+-------------+------------------------- ... ---+
| Field       | Value                    ...    |
+-------------+------------------------- ... ---+
| description | Default security group   ...    |
| id          | 048a5fc3-3be1-407d-ae47-9...    |
| name        | default                  ...    |
| project_id  | 3b96bb2020c1459da76963f9e...    |
| rules       | id='5d812367-9829-4340-95...lt' |
|             | id='ee451d1c-ade3-4975-8e...lt' |
+-------------+------------------------- ... ---+

Change-Id: I1386075310896c58a2b776e2bbec3603bd00eff1
Partial-Bug: #1519511
Related-To: blueprint neutron-client
2015-12-23 13:44:22 -06:00
..
api when fetching object store properties use lower() 2015-12-14 12:23:44 -05:00
common Improve output for "os security group show" 2015-12-23 13:44:22 -06:00
compute Improve output for "os security group show" 2015-12-23 13:44:22 -06:00
identity Merge "Fix "sevice show" cannot catch NoUniqueMatch Exception" 2015-12-10 18:37:18 +00:00
image Add owner validation for "openstack image create/set" 2015-12-21 11:17:42 -06:00
network Trivial: Remove useless return from files in network 2015-12-18 18:05:41 +08:00
object Fix up object-store show commands 2015-10-10 11:48:07 -04:00
tests Improve output for "os security group show" 2015-12-23 13:44:22 -06:00
volume Merge "Fix exception when doing volume set operation" 2015-12-03 16:15:56 +00:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Get rid of oslo_i18n deprecation notice 2015-06-02 09:21:31 -06:00
shell.py The format_exc method does not take an exception 2015-12-08 09:23:47 -07:00