diff options
| author | zhangbailin <zhangbailin@inspur.com> | 2019-07-31 12:24:04 +0800 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2019-11-19 21:07:20 +0000 |
| commit | 874a726f522dae3a08832f32230e2590a787d45c (patch) | |
| tree | 8faadf72d1f59fad6108f573046157993f257e9c /releasenotes | |
| parent | c6a171f0106714bc42045bcfdc308fe99ba6a275 (diff) | |
| download | python-openstackclient-874a726f522dae3a08832f32230e2590a787d45c.tar.gz | |
Microversion 2.79: Add delete_on_termination to volume-attach API
Added ``--disable-delete-on-termination`` and
``--enable-delete-on-termination`` options to the
``openstack server add volume`` command that enables users to mark
whether to delete the attached volume when the server is destroyed.
Depends-On: https://review.opendev.org/#/c/681267/
Part of blueprint support-delete-on-termination-in-server-attach-volume
Change-Id: I6b5cd54b82a1135335a71b9768a1a2c2012f755b
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bp-support-specifying-az-when-restore-shelved-server-9179045f04815bbb.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-support-specifying-az-when-restore-shelved-server-9179045f04815bbb.yaml b/releasenotes/notes/bp-support-specifying-az-when-restore-shelved-server-9179045f04815bbb.yaml new file mode 100644 index 00000000..ec207eac --- /dev/null +++ b/releasenotes/notes/bp-support-specifying-az-when-restore-shelved-server-9179045f04815bbb.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Add ``--disable-delete-on-termination`` and + ``--enable-delete-on-termination`` options to the ``server add volume`` + command to indicate when to delete the attached volume when the server + is deleted. + Note that it requires ``--os-compute-api-version 2.79`` or greater. + [Blueprint support-specifying-az-when-restore-shelved-server `<https://blueprints.launchpad.net/nova/+spec/support-delete-on-termination-in-server-attach-volume>`_] |
