summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2023-02-01 15:04:43 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2023-02-17 10:02:22 +0000
commit2be359677908b81d9985917fd78f9c6897759fb9 (patch)
tree0f85d1e21234a6101988993bbcafd754eace0622 /setup.cfg
parenta9e3049e9ce8a6e2d46152ef85ad6679b8cb8f1d (diff)
downloadpython-openstackclient-2be359677908b81d9985917fd78f9c6897759fb9.tar.gz
Add block storage cleanup command
This patch adds the ``block storage cleanup`` command that allow operators to cleanup resources (volumes and snapshots) with failed operations by requesting services in other hosts in the same cluster to cleanup resources of a failed service. Change-Id: I1375223f525021db5201fa0a9f9a647d17dd01f7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 6b8a114e..7ee9f489 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -824,3 +824,4 @@ openstack.volume.v3 =
volume_revert = openstackclient.volume.v3.volume:VolumeRevertToSnapshot
block_storage_log_level_list = openstackclient.volume.v3.block_storage_log_level:BlockStorageLogLevelList
block_storage_log_level_set = openstackclient.volume.v3.block_storage_log_level:BlockStorageLogLevelSet
+ block_storage_cleanup = openstackclient.volume.v3.block_storage_cleanup:BlockStorageCleanup