Update git submodules

* Update python-openstackclient from branch 'master'
  - Merge "Output correct json for security groups in 'openstack server show'"
  - 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
This commit is contained in:
Zuul 2020-09-25 09:44:40 +00:00 committed by Gerrit Code Review
parent 15c83b0d99
commit 23f3e3807d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 51aee432d96c0291d01419c3db2248114d176fdd
Subproject commit 03b921631816ef3e6c41a87bc90259ec75176eea