summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-08-01 15:11:29 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-09 16:44:46 +0000
commitb9d63105566c84db11a976846844ad7b3a0b331e (patch)
tree66e9aeee501de4c87a33aafd6c088b9f11b3c0f8 /releasenotes
parentc28ed25e3a6f2d9cf5fc349c544354a9d07aa957 (diff)
downloadpython-openstackclient-b9d63105566c84db11a976846844ad7b3a0b331e.tar.gz
Add openstack server create --boot-from-volume option
This adds a --boot-from-volume option to the server create command which is used with the --image or --image-property option and will create a volume-backed server from the specified image with the specified size. Similar to the --volume option, the created root volume will not be deleted when the server is deleted. The --boot-from-volume option is not allowed with the --volume option since they both create a block device mapping with boot_index=0. Change-Id: I88c590361cb232c1df7b5bb010dcea307080d34c Story: 2006302 Task: 36017
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/story-2006302-add-boot-from-volume-cd411b1ca776bb3c.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/story-2006302-add-boot-from-volume-cd411b1ca776bb3c.yaml b/releasenotes/notes/story-2006302-add-boot-from-volume-cd411b1ca776bb3c.yaml
new file mode 100644
index 00000000..1176c883
--- /dev/null
+++ b/releasenotes/notes/story-2006302-add-boot-from-volume-cd411b1ca776bb3c.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Add ``--boot-from-volume`` option to the ``server create`` command
+ to create a volume-backed server from the specified image with the
+ specified size when used in conjunction with the ``--image`` or
+ ``--image-property`` options.
+ [Story `2006302 <https://storyboard.openstack.org/#!/story/2006302>`_]