openstack-python-openstackc.../openstackclient/tests/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
test_clientmanager.py Rename endpoint type to interface 2015-07-15 10:11:59 -06:00
test_commandmanager.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_configuration.py Add configuration show command 2015-07-23 13:00:59 -06:00
test_extension.py SDK integration extensions and server create networks 2015-12-09 11:39:20 -07:00
test_logs.py Rename context.py to logs.py 2015-10-30 17:38:42 +09:00
test_module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
test_parseractions.py Fix the bug of "openstack console log show" 2015-11-09 04:22:09 -05:00
test_quota.py Add project name/ID validation for "openstack quota show" 2015-11-29 22:30:04 -05:00
test_timing.py Fix session timing 2015-04-07 23:53:31 -07:00
test_utils.py Improve output for "os security group show" 2015-12-23 13:44:22 -06:00