openstack-python-openstackc.../openstackclient/common
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
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py Mask the sensitive values in debug log 2015-10-12 16:55:48 -07:00
commandmanager.py Enhance the theming for modules page 2014-11-18 22:07:57 -05:00
configuration.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
exceptions.py Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc. 2013-01-31 13:31:41 -06:00
extension.py SDK integration extensions and server create networks 2015-12-09 11:39:20 -07:00
limits.py Merge "Use a common decorator to log 'take_action' activation" 2015-09-11 02:43:54 +00:00
logs.py Rename context.py to logs.py 2015-10-30 17:38:42 +09:00
module.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
parseractions.py Fix the bug of "openstack console log show" 2015-11-09 04:22:09 -05:00
quota.py Add project name/ID validation for "openstack quota show" 2015-11-29 22:30:04 -05:00
session.py Switch to ksa Session 2015-12-02 01:55:14 +00:00
timing.py Fix session timing 2015-04-07 23:53:31 -07:00
utils.py Improve output for "os security group show" 2015-12-23 13:44:22 -06:00