From c99cd634bb9799ed861a1045f6e92ee259e8da2b Mon Sep 17 00:00:00 2001 From: nishiokay Date: Tue, 14 Aug 2018 04:19:36 +0900 Subject: [PATCH] Update cs_storage_pool.py (#42454) Added "maintenance" to allocation_state in the Parameters section. +label: docsite_pr --- lib/ansible/modules/cloud/cloudstack/cs_storage_pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/cloudstack/cs_storage_pool.py b/lib/ansible/modules/cloud/cloudstack/cs_storage_pool.py index 07c8a74d56..023b73b1e6 100644 --- a/lib/ansible/modules/cloud/cloudstack/cs_storage_pool.py +++ b/lib/ansible/modules/cloud/cloudstack/cs_storage_pool.py @@ -82,7 +82,7 @@ options: allocation_state: description: - Allocation state of the storage pool. - choices: [ enabled, disabled ] + choices: [ enabled, disabled, maintenance ] state: description: - State of the storage pool.