openstack-python-openstackc.../openstackclient/tests
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 TestServerGeneral: Add test for _prep_server_detail() 2015-12-20 11:33:46 +08:00
identity Replace assertEqual(None, *) with assertIsNone in tests 2015-12-17 17:10:37 +05:30
image Add owner validation for "openstack image create/set" 2015-12-21 11:17:42 -06:00
network Replace assertEqual(None, *) with assertIsNone in tests 2015-12-17 17:10:37 +05:30
object Merge "Move session and fixtures to keystoneauth1" 2015-10-20 19:57:36 +00:00
volume Add multi deletion testcase for openstack volume delete 2015-12-02 16:02:10 +08:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Move FakeServer to tests.common.v2.compute.fakes 2015-11-25 00:17:49 -08:00
test_shell.py Merge "Create log configuration class" 2015-09-09 20:15:54 +00:00
utils.py Check volume status before extending size 2015-02-06 09:05:41 -08:00