summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorzhangbailin <zhangbailin@inspur.com>2019-07-30 19:52:00 +0800
committerMatt Riedemann <mriedem.os@gmail.com>2019-09-09 12:43:42 -0400
commitcd396b8b61ed7496f4166a2237b27aa0a138f6e5 (patch)
tree26b72f48c3fd58fa23c139140478c86671cda4e6 /releasenotes
parentaae95dcc7a79be019fc304ced76a351c16382ede (diff)
downloadpython-novaclient-cd396b8b61ed7496f4166a2237b27aa0a138f6e5.tar.gz
Microversion 2.79: Add delete_on_termination to volume-attach API15.1.0
Support add 'delete_on_termination' field to the voume attach API to support configuring whether to delete the data volume when the server is destroyed. * Updating the ``nova volume-attachments`` command to show the ``delete_on_termination`` value if 2.79 or greater is used. * The '--delete-on-termination' option is added to the `nova volume-attach` CLI. Depends-On: https://review.opendev.org/#/c/673133/ Part of blueprint support-delete-on-termination-in-server-attach-volume Change-Id: I8dcf2fd21a2fd99ca4e05bd953fbbe026be3a619
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_79-f13bc0414743dc16.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_79-f13bc0414743dc16.yaml b/releasenotes/notes/microversion-v2_79-f13bc0414743dc16.yaml
new file mode 100644
index 00000000..ca81f58d
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_79-f13bc0414743dc16.yaml
@@ -0,0 +1,16 @@
+---
+features:
+ - |
+ Added support for `microversion 2.79`_ which includes the following
+ changes:
+
+ - The ``--delete-on-termination`` option is added to the
+ ``nova volume-attach`` CLI.
+ - A ``DELETE ON TERMINATION`` column is added to the
+ ``nova volume-attachments`` table.
+ - New kwarg called ``delete_on_termination`` added to the python API
+ binding:
+
+ - ``novaclient.v2.volumes.VolumeManager.create_server_volume()``
+
+ .. _microversion 2.79: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id71