From f13df32ebc208a337f6ec7445e0cf13a5adbd6bf Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 1 Apr 2024 14:55:23 +0000 Subject: [PATCH] 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 2) Deleting a snapshot: $ manila snapshot-delete testshare1snapshot --wait 3) Reverting a share to its snapshot: $ manila revert-to-snapshot testshare1snapshot --wait Closes-Bug: #1898307 Change-Id: Ib248e48c53c4c6c5886f2693e3bc26a0848fff3a --- python-manilaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-manilaclient b/python-manilaclient index 0510ccbd61..9e81815674 160000 --- a/python-manilaclient +++ b/python-manilaclient @@ -1 +1 @@ -Subproject commit 0510ccbd61a918224efadfd59e3af1425cffb71a +Subproject commit 9e81815674e329947a8d8f1ac4b8f14ac6b7a7e7