summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-10-25 04:29:28 +0000
committerGerrit Code Review <review@openstack.org>2018-10-25 04:29:28 +0000
commit9abb67c8f4e8fd69c379f6ec187980698a1e60db (patch)
tree30f76ec3d9201f4710bd1b747b98bb977d537808 /releasenotes
parent578b37f99419293f7c9eb38d3f71ab164e774b79 (diff)
parent910201f20157c57e8b24d1f0e82763250f6df0d7 (diff)
downloadpython-novaclient-9abb67c8f4e8fd69c379f6ec187980698a1e60db.tar.gz
Merge "Deprecate the unused instance-name"
Diffstat (limited to 'releasenotes')
-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.
+