From c46f9dc501441ef449f41e726ec3cfbbe9f3de9d Mon Sep 17 00:00:00 2001 From: "jiahui.qiang" Date: Thu, 24 Nov 2016 17:05:25 +0800 Subject: Add options to "server list" command Add "--deleted" and "--changes-since" options to "server list" command. Change-Id: Id94f6e5831a60b172b6cfcfca29b1d89de8db621 Closes-Bug:#1647242 --- doc/source/command-objects/server.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/source/command-objects/server.rst') 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 ] [--limit ] + [--deleted] + [--changes-since ] .. option:: --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 + + 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 ----------- -- cgit v1.2.1