summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-23 10:36:34 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2018-11-10 02:11:04 -0600
commitb90c780d2b99a91dd479bcc5f20caddcfb652f76 (patch)
tree0c172c7eb98ee2a38ae5d9bb763186603d30d481 /releasenotes
parent097b45686e74d7f3ef086a1684e745cf83e73767 (diff)
downloadpython-openstackclient-b90c780d2b99a91dd479bcc5f20caddcfb652f76.tar.gz
Add volume backup import/export commands
This adds commands to import and export volume backup records so they can be imported and restored on other Cinder instances or to the original instance if the service or database has been lost and had to be rebuilt. I know this is a commonly used process by some users, so it would be good to have this functionality in osc so they do not have to switch clients. More details about the export and import process can be found here: https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html Change-Id: Ic95f87b36a416a2b50cb2193fd5759ab59336975 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/volume-backup-record-9f5987c45e294dc6.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/volume-backup-record-9f5987c45e294dc6.yaml b/releasenotes/notes/volume-backup-record-9f5987c45e294dc6.yaml
new file mode 100644
index 00000000..955e9971
--- /dev/null
+++ b/releasenotes/notes/volume-backup-record-9f5987c45e294dc6.yaml
@@ -0,0 +1,15 @@
+---
+features:
+ - |
+ Add ``openstack volume backup record export <backup>`` command that
+ provides encrypted backup record metadata that can then be used to import
+ and restore on a different or rebuilt block storage service. Information
+ about volume backup export and import can be found in the `Cinder block
+ storage service documentation <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html>`_.
+ - |
+ Add ``openstack volume backup record import <backup_service>
+ <backup_matadata>`` command that can be used to import and restore on a
+ different or rebuilt block storage service. Information about volume backup
+ export and import can be found in the `Cinder block storage service
+ documentation <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html>`_.
+