summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorjay <jayadityagupta11@gmail.com>2020-06-04 14:09:03 +0200
committerjgupta <jayadityagupta11@gmail.com>2020-09-14 15:22:27 +0200
commitbae89b30144fdf40d0fea31e1a595b507e32c4f3 (patch)
treeef1d3ecf7453e3b98aefc90a426ef6b8d83e9397 /openstackclient/shell.py
parent533af9f1b2de40d98f69e83cdf89ecf254cf3879 (diff)
downloadpython-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/shell.py')
0 files changed, 0 insertions, 0 deletions