29362a18a4
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>
8 lines
226 B
YAML
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.
|