Update git submodules

* Update python-manilaclient from branch 'master'
  to 9e81815674e329947a8d8f1ac4b8f14ac6b7a7e7
  - Merge ""--wait" option added for snapshot create/revert/delete commands"
  - "--wait" option added for snapshot create/revert/delete commands
    
    1) Creating a snapshot:
    $ manila snapshot-create share1 --name testshare1snapshot --wait
    <CLI waits on the share snapshot to become available before providing snapshot details>
    
    2) Deleting a snapshot:
    $ manila snapshot-delete testshare1snapshot --wait
    <CLI waits on the share snapshot to be deleted before returning to the prompt>
    
    3) Reverting a share to its snapshot:
    $ manila revert-to-snapshot testshare1snapshot --wait
    
    Closes-Bug: #1898307
    Change-Id: Ib248e48c53c4c6c5886f2693e3bc26a0848fff3a
This commit is contained in:
Zuul 2024-04-01 14:55:23 +00:00 committed by Gerrit Code Review
parent 7a9ca1ee9f
commit f13df32ebc
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0510ccbd61a918224efadfd59e3af1425cffb71a
Subproject commit 9e81815674e329947a8d8f1ac4b8f14ac6b7a7e7