Update git submodules

* Update python-novaclient from branch 'master'
  to e85d845b1aa5a18537907ba561a2718db2ccbed8
  - Fix undesirable raw Python error
    
    Using the novaclient without a subcommand while
    passing an optional argument triggers the raw Python
    error `ERROR: 'Namespace' object has no attribute
    'func'`. This bug can be reproduced by issuing the
    command `nova --os-compute-api-version 2.87`.
    Added a default value to `func` and an empty value to
    `command` as placeholders so that a help message is
    shown instead of the Python error.
    
    Change-Id: Ic3e87b67f6d27d40b03d7d8e520fa0f79a4d09e5
    Closes-Bug: #1903727
    Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume 2021-01-13 00:21:32 +09:00 committed by Gerrit Code Review
parent 10d323aec0
commit e1a0c2e49a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1b5f29a3a4cead30c6455d9ecc47850f5e4994e1
Subproject commit e85d845b1aa5a18537907ba561a2718db2ccbed8