summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjiahui.qiang <jiahui.qiang@easystack.cn>2016-11-24 17:05:25 +0800
committerDean Troyer <dtroyer@gmail.com>2017-01-25 21:31:45 +0000
commitc46f9dc501441ef449f41e726ec3cfbbe9f3de9d (patch)
treea1a85ad25a26a9c5c235543208b104f60db76cd8 /doc/source
parentb69b539a422860bfb402093ff9d93a1b6e338b26 (diff)
downloadpython-openstackclient-c46f9dc501441ef449f41e726ec3cfbbe9f3de9d.tar.gz
Add options to "server list" command
Add "--deleted" and "--changes-since" options to "server list" command. Change-Id: Id94f6e5831a60b172b6cfcfca29b1d89de8db621 Closes-Bug:#1647242
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-objects/server.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index 40ecc047..f18d0918 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -253,6 +253,8 @@ List servers
[--long]
[--marker <server>]
[--limit <limit>]
+ [--deleted]
+ [--changes-since <changes-since>]
.. option:: --reservation-id <reservation-id>
@@ -327,6 +329,15 @@ List servers
be displayed. If limit is greater than 'osapi_max_limit' option of Nova
API, 'osapi_max_limit' will be used instead.
+.. option:: --deleted
+
+ Only display deleted servers (Admin only).
+
+.. option:: --changes-since <changes-since>
+
+ List only servers changed after a certain point of time. The provided time
+ should be an ISO 8061 formatted time. ex 2016-03-04T06:27:59Z.
+
server lock
-----------