summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorTao Li <litao3721@126.com>2018-09-14 11:09:38 +0800
committerTao Li <litao3721@126.com>2018-10-25 00:54:05 +0000
commit910201f20157c57e8b24d1f0e82763250f6df0d7 (patch)
treede2cef8bdfc058f00630342f1b7f96b38671d47c /releasenotes/notes
parent8128ebbdd9dd6312fb09fd2b65cf3aee0bca9921 (diff)
downloadpython-novaclient-910201f20157c57e8b24d1f0e82763250f6df0d7.tar.gz
Deprecate the unused instance-name
The '--instnace-name' option exists in nova CLI for a long time, but it is not used, so we deprecate it firstly and will remove it in T release. Change-Id: I0c3d611fc322ae2c9f28ce3845b1c08eaab69485 Closes-Bug: #1788182
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/deprecate-instance-name-option-bc76629d28f1d456.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-instance-name-option-bc76629d28f1d456.yaml b/releasenotes/notes/deprecate-instance-name-option-bc76629d28f1d456.yaml
new file mode 100644
index 00000000..270d8dcf
--- /dev/null
+++ b/releasenotes/notes/deprecate-instance-name-option-bc76629d28f1d456.yaml
@@ -0,0 +1,7 @@
+---
+deprecations:
+ - |
+ The ``--instance-name`` option has been deprecated from the ``nova list``
+ command because the instance name query parameter is ignored by the
+ compute REST API.
+