Add volume_manage module

This module introduces the ability to use the cinder manage
and unmanage of an existing volume on a cinder backend.

Due to API limitations, when unmanaging a volume, only the
volume ID can be provided.

Change-Id: If969f198864e6bd65dbb9fce4923af1674da34bc
This commit is contained in:
Simon Dodsley
2025-04-16 11:31:39 -04:00
parent 3ac95541da
commit 556208fc3c
5 changed files with 408 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
- { role: volume, tags: volume }
- { role: volume_type, tags: volume_type }
- { role: volume_backup, tags: volume_backup }
- { role: volume_manage, tags: volume_manage }
- { role: volume_service, tags: volume_service }
- { role: volume_snapshot, tags: volume_snapshot }
- { role: volume_type_access, tags: volume_type_access }