Update git submodules

* Update python-manilaclient from branch 'master'
  to 752aeccd4b66a9efeba6801a57aed6d28cb6b8c7
  - Merge "Fix error in CLI 'manila list' with sorting key 'availability_zone'."
  - Fix error in CLI 'manila list' with sorting key 'availability_zone'.
    
    CLI 'manila list --sort-key availability_zone' return http 400 code,
    and error message 'Wrong sorting key provided'.
    
    The cause is that sortble key name in sqlAlchemy model field is
    'availability_zone_id' , not 'availability_zone'.  So we need a
    translation in CLI implement.
    
    Closes-Bug: #1920888
    Change-Id: Ied983d85ca08a123b78bf8b05085fad8fe5bc2c5
This commit is contained in:
Zuul 2021-04-01 14:00:35 +00:00 committed by Gerrit Code Review
parent 2da25601cd
commit 7fd381f3b3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 47d0002d5c9bc683386207f1a02a5005e79b060a
Subproject commit 752aeccd4b66a9efeba6801a57aed6d28cb6b8c7