aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-24 14:09:57 +0000
committerGerrit Code Review <review@openstack.org>2015-07-24 14:09:57 +0000
commitd982240bde03ca8624f94dbc46ff772f48fa255a (patch)
treef0fd0a6e9c48e6ca19414ce399c5d194e6db11e2 /controller.yaml
parente74b9fb33e2af161907eb92715af8091aa547fe3 (diff)
parentc8c11a09f028ea763328d77ac334796caa4e4cbd (diff)
Merge "NFS backend for Cinder"
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index ae60e910..7ee837f5 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -28,6 +28,10 @@ parameters:
description: The password for the ceilometer service and db account.
type: string
hidden: true
+ CinderEnableNfsBackend:
+ default: false
+ description: Whether to enable or not the NFS backend for Cinder
+ type: boolean
CinderEnableIscsiBackend:
default: true
description: Whether to enable or not the Iscsi backend for Cinder
@@ -44,6 +48,18 @@ parameters:
default: 5000
description: The size of the loopback file used by the cinder LVM driver.
type: number
+ CinderNfsMountOptions:
+ default: ''
+ description: >
+ Mount options for NFS mounts used by Cinder NFS backend. Effective
+ when CinderEnableNfsBackend is true.
+ type: string
+ CinderNfsServers:
+ default: ''
+ description: >
+ NFS servers used by Cinder NFS backend. Effective when
+ CinderEnableNfsBackend is true.
+ type: comma_delimited_list
CinderPassword:
default: unset
description: The password for the cinder service and db account, used by cinder-api.