diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-24 14:09:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-24 14:09:57 +0000 |
commit | d982240bde03ca8624f94dbc46ff772f48fa255a (patch) | |
tree | f0fd0a6e9c48e6ca19414ce399c5d194e6db11e2 /compute.yaml | |
parent | e74b9fb33e2af161907eb92715af8091aa547fe3 (diff) | |
parent | c8c11a09f028ea763328d77ac334796caa4e4cbd (diff) |
Merge "NFS backend for Cinder"
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml index d51aa358..933639ce 100644 --- a/compute.yaml +++ b/compute.yaml @@ -25,6 +25,10 @@ parameters: description: The password for the ceilometer service account. type: string hidden: true + CinderEnableNfsBackend: + default: false + description: Whether to enable or not the NFS backend for Cinder + type: boolean Debug: default: '' description: Set to True to enable debugging on all services. |