summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-03-11 11:07:36 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-03-21 13:50:41 +0000
commita7ea3fb09bbace3de6463d745347be4d24cb5856 (patch)
tree9c3ee1846d1225aa99cab39b1779bd141ae0f33e /doc
parenta4ea27fa3be8b7b1ef50eca40603b548b33542f6 (diff)
downloadpython-novaclient-a7ea3fb09bbace3de6463d745347be4d24cb5856.tar.gz
Remove deprecated options
Remove the following deprecated options. * --endpoint-override * --instance-name ('nova list' command) Change-Id: Ic6a78f04a98c1616750e6ecd6225f2750c214dd7
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/nova.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index 21f760d7..75f6ee90 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -2187,10 +2187,10 @@ nova list
usage: nova list [--reservation-id <reservation-id>] [--ip <ip-regexp>]
[--ip6 <ip6-regexp>] [--name <name-regexp>]
- [--instance-name <name-regexp>] [--status <status>]
- [--flavor <flavor>] [--image <image>] [--host <hostname>]
- [--all-tenants [<0|1>]] [--tenant [<tenant>]]
- [--user [<user>]] [--deleted] [--fields <fields>] [--minimal]
+ [--status <status>] [--flavor <flavor>] [--image <image>]
+ [--host <hostname>] [--all-tenants [<0|1>]]
+ [--tenant [<tenant>]] [--user [<user>]] [--deleted]
+ [--fields <fields>] [--minimal]
[--sort <key>[:<direction>]] [--marker <marker>]
[--limit <limit>] [--changes-since <changes_since>]
[--changes-before <changes_before>]
@@ -2219,10 +2219,6 @@ present in the failure domain.
``--name <name-regexp>``
Search with regular expression match by name.
-``--instance-name <name-regexp>``
- Search with regular expression match by server
- name.
-
``--status <status>``
Search by server status.