summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
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>`_]