diff options
| author | zhangbailin <zhangbailin@inspur.com> | 2019-05-06 19:06:55 +0800 |
|---|---|---|
| committer | Brin Zhang <zhangbailin@inspur.com> | 2019-05-31 05:39:29 +0000 |
| commit | ef1fd388154eee11b9e83f80e5004670fdffb6cc (patch) | |
| tree | 560f2f6d83619a45f18070966ad338b9555396a0 /releasenotes | |
| parent | 91bc0f35def33d49d293be4bd517678222c6b791 (diff) | |
| download | python-openstackclient-ef1fd388154eee11b9e83f80e5004670fdffb6cc.tar.gz | |
Add changes-before attribute to server list
Closes-Bug: #1827844
Part of bp support-to-query-nova-resources-filter-by-changes-before
Change-Id: I4f28168188973730247bcbcb70ba0e70eb81e3be
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1827844-8f1de120087c6a22.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1827844-8f1de120087c6a22.yaml b/releasenotes/notes/bug-1827844-8f1de120087c6a22.yaml new file mode 100644 index 00000000..56b69c1c --- /dev/null +++ b/releasenotes/notes/bug-1827844-8f1de120087c6a22.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``--changes-before`` option to the ``server list`` command. + This requires Compute API version '2.66' or later. + [:lpbug: `1827844`] |
