39694623e4
This patch implements the spec of creating volume from backup. Change-Id: Icdc6c7606c43243a9e12d7a42df293b729f589e5 Partial-Implements: blueprint support-create-volume-from-backup
7 lines
249 B
YAML
7 lines
249 B
YAML
---
|
|
features:
|
|
- |
|
|
Starting with API microversion 3.47, Cinder now supports the ability to
|
|
create a volume directly from a backup. For instance, you can use the
|
|
command: ``cinder create <size> --backup-id <backup_id>`` in cinderclient.
|