[doc] add since and before parameter to message-list cli

after Support query user message by timestamp has been merged.
https://review.opendev.org/c/openstack/python-manilaclient/+/708807
we should update corresponding command line manual

Change-Id: Id27bcde967717bb6b80d96c39e55bc3dd9e92e1b
This commit is contained in:
haixin 2021-08-30 16:02:51 +08:00
parent a07930e2c3
commit fb221d05bc

View File

@ -1020,6 +1020,7 @@ manila message-list
[--level <level>] [--limit <limit>]
[--offset <offset>] [--sort-key <sort_key>]
[--sort-dir <sort_dir>] [--columns <columns>]
[--since <since>] [--before <before>]
Lists all messages.
@ -1066,6 +1067,16 @@ Lists all messages.
Comma separated list of columns to be displayed
example --columns "resource_id, user_message".
``--since <since>``
Return only user messages created since given date.
The date format must be conforming to ISO8601.
Available only for microversion >= 2.52.
``--before <before>``
Return only user messages created before given date.
The date format must be conforming to ISO8601.
Available only for microversion >= 2.52.
.. _manila_message-show:
manila message-show