Update git submodules

* Update python-openstackclient from branch 'master'
  - Merge "Show correct name for resource with quota set to zero"
  - Show correct name for resource with quota set to zero
    
    In case quota for the resource is set to zero "openstack quota show"
    command will not map the resource name according to one of the
    following dicts:
     - COMPUTE_QUOTAS
     - NOVA_NETWORK_QUOTAS
     - VOLUME_QUOTAS
     - NETWORK_QUOTAS
    
    For example:
    $ openstack quota set --secgroups 10 admin
    $ openstack quota show admin -f json|egrep "(secgroups|security_groups)"
      "secgroups": 10,
    $ openstack quota set --secgroups 0 admin
    $ openstack quota show admin -f json|egrep "(secgroups|security_groups)"
      "security_groups": 0,
    
    Change-Id: I94ed9e6b41b1cc692297c01e6c7582998dcacfda
This commit is contained in:
Zuul 2020-01-14 05:00:00 +00:00 committed by Gerrit Code Review
parent c90a2edf5a
commit 1effe8831d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4d9f0f384b910038240cf209dd9628eb6c2c41b9
Subproject commit 4a2aa4acc15ede25c925fa775a3a06dc710de7fd