diff options
| author | jay <jayadityagupta11@gmail.com> | 2020-06-04 14:09:03 +0200 |
|---|---|---|
| committer | jgupta <jayadityagupta11@gmail.com> | 2020-09-14 15:22:27 +0200 |
| commit | bae89b30144fdf40d0fea31e1a595b507e32c4f3 (patch) | |
| tree | ef1d3ecf7453e3b98aefc90a426ef6b8d83e9397 /openstackclient/object/client.py | |
| parent | 533af9f1b2de40d98f69e83cdf89ecf254cf3879 (diff) | |
| download | python-openstackclient-bae89b30144fdf40d0fea31e1a595b507e32c4f3.tar.gz | |
Output correct json for security groups in 'openstack server show'
Fixes incorrect json output for 'openstack server show -f json'.
The security group json output groups all the json as one
for e.g. "security_groups": "name='group1'\nname='group2'"
The correct output should be
"security_groups" : [{"name" : "group1"}, {"name" : "group2"}]
properties and volumes_attached fields also has similar issue.
Story: 2007755
Change-Id: I1b1cac716329e0530400aff782c08000b21d8e1d
Diffstat (limited to 'openstackclient/object/client.py')
0 files changed, 0 insertions, 0 deletions
