Add vmdk to cinder usage option.

Packstack vmdk option have already supported but there is no
vmdk options at usage.

Change-Id: Ie3e0e047e2fc88ac6295da8a1d6a732fb343f949
(cherry picked from commit 871d74b16a)
This commit is contained in:
Hiroki Aramaki
2015-01-31 08:50:33 +09:00
committed by Lukas Bezdicka
parent 25ced1296f
commit cc2c838fcb

View File

@@ -63,7 +63,7 @@ def initConfig(controller):
{"CMD_OPTION": "cinder-backend",
"USAGE": ("The Cinder backend to use, valid options are: lvm, "
"gluster, nfs, netapp"),
"gluster, nfs, vmdk, netapp"),
"PROMPT": "Enter the Cinder backend to be configured",
"OPTION_LIST": ["lvm", "gluster", "nfs", "vmdk", "netapp"],
"VALIDATORS": [validators.validate_options],