python-openstackclient/releasenotes/notes/story-2006302-add-boot-from-volume-cd411b1ca776bb3c.yaml
Matt Riedemann b9d6310556 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
2019-08-09 16:44:46 +00:00

9 lines
339 B
YAML

---
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>`_]