trove/releasenotes/notes/remove-support-of-use-nova-server-volume-2a334f57d8213810.yaml
Zhao Chao 29362a18a4 Remove support of creating volume from Nova.
Current Nova server volume support is broken. Nova also declared the
'os-volumes_boot' will be deprecated in the future. As creating volumes
by cinderclient has been supoorted for a long time, we could just drop
support of Nova server volume.

This patch also migrate to the new block_device_mapping_v2 parameter of
Nova servers creating API.

Closes-Bug: #1673408
Change-Id: I74d86241a5a0d0b1804b959313432168f68faf89
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-02-09 14:30:50 +08:00

8 lines
226 B
YAML

---
fixes:
- |
Remove support of creating volume from Nova. The former configuration
"use_nova_server_volume" is not used any more, for creating volumes,
cinderclient will be always used.
Fixes bug #1673408.