summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-20 17:58:30 +0000
committerGerrit Code Review <review@openstack.org>2019-08-20 17:58:30 +0000
commit07fcb733fc873291f99750a9dada9f8b68c85abf (patch)
tree3d67c262aee062fd3bd7a5be7f232a7d4731d5e4 /releasenotes
parentb0ec909160e1f14a12e6030143402e85d028f353 (diff)
parent6a199bd14152889f18ad95919a4bee9c0c083d5d (diff)
downloadpython-openstackclient-07fcb733fc873291f99750a9dada9f8b68c85abf.tar.gz
Merge "Support type=image with --block-device-mapping option"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/story-2006302-support-bdm-type-image-0becfb63bd4fb969.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/story-2006302-support-bdm-type-image-0becfb63bd4fb969.yaml b/releasenotes/notes/story-2006302-support-bdm-type-image-0becfb63bd4fb969.yaml
new file mode 100644
index 00000000..6e8e8ba0
--- /dev/null
+++ b/releasenotes/notes/story-2006302-support-bdm-type-image-0becfb63bd4fb969.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ The ``server create --block-device-mapping`` option now supports
+ an ``image`` type in addition to ``volume`` and ``snapshot``. When
+ specifying an image block device the compute service will create a volume
+ from the image of the specified size and attach it to the server.
+ [Story `2006302 <https://storyboard.openstack.org/#!/story/2006302>`_]