From ea092b29880e71f0ba2d8e1eb93a9cf73edee2a2 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 8 Apr 2020 09:57:41 +0100 Subject: Make 'server list --config-drive' a boolean option Instead of passing through whatever the user provides and exposing this bug in the REST API, simply make the opt a boolean one in expectation of a day where the API issues have been resolved. This also introduces machinery necessary to use more of these types of opts in the future. Change-Id: I9033540ac65ac0ee7337f16bdd002060652092ea Signed-off-by: Stephen Finucane --- releasenotes/notes/add-filter-to-nova-list-831dcbb34420fb29.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'releasenotes') diff --git a/releasenotes/notes/add-filter-to-nova-list-831dcbb34420fb29.yaml b/releasenotes/notes/add-filter-to-nova-list-831dcbb34420fb29.yaml index e91a6080..77acb757 100644 --- a/releasenotes/notes/add-filter-to-nova-list-831dcbb34420fb29.yaml +++ b/releasenotes/notes/add-filter-to-nova-list-831dcbb34420fb29.yaml @@ -6,6 +6,7 @@ * --availability-zone * --config-drive + * --no-config-drive * --key-name * --power-state * --task-state -- cgit v1.2.1