summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-10-11 11:31:06 -0400
committerzhangbailin <zhangbailin@inspur.com>2018-10-14 05:34:24 -0400
commit4fef02de71d86c1aa0cb1ace74abd0fe19e0a1e9 (patch)
treee222ef6cb68da5a000eb700728b6443341cd6287 /releasenotes/notes
parent0fdb154d9c094a4316c7f216dd6ee957287cd54c (diff)
downloadpython-novaclient-4fef02de71d86c1aa0cb1ace74abd0fe19e0a1e9.tar.gz
Add support for microversion 2.67: BDMv2 volume_type
This adds the nova boot command and python API binding support for creating a server with block device mappings defined using a specific volume type. Depends-On: https://review.openstack.org/606398/ Depends-On: https://review.openstack.org/#/c/610349/ Part of blueprint boot-instance-specific-storage-backend Change-Id: I484ee065119b5783db212ea64efa60e87c40338c
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/microversion-v2_67-da6d9b12730b8562.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_67-da6d9b12730b8562.yaml b/releasenotes/notes/microversion-v2_67-da6d9b12730b8562.yaml
new file mode 100644
index 00000000..0c1e360a
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_67-da6d9b12730b8562.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Support is added for the `2.67 microversion`_ which allows specifying
+ a ``volume_type`` with the ``--block-device`` option on the ``nova boot``
+ command. The ``novaclient.v2.servers.ServerManager.create()`` method now
+ also supports a ``volume_type`` entry in the ``block_device_mapping_v2``
+ parameter.
+
+ .. _2.67 microversion: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id60