summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/command-objects')
-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
-----------