diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-10-16 14:31:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-10-16 14:31:31 +0000 |
commit | 4fc272c30ae43e5c5866c057870752aa3f835965 (patch) | |
tree | 14937c23de70f5925810146c3933d215aa8e2346 /os-apply-config | |
parent | 954491c442cbc34ec0a17086d4e90247437b1712 (diff) | |
parent | 9da4faececc2e6aadd18ae034c37b9c8307d7549 (diff) |
Merge "Puppet / Compute: allow to run Ephemeral only storage with RBD"
Diffstat (limited to 'os-apply-config')
-rw-r--r-- | os-apply-config/compute.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os-apply-config/compute.yaml b/os-apply-config/compute.yaml index 0a74cda9..ee55c587 100644 --- a/os-apply-config/compute.yaml +++ b/os-apply-config/compute.yaml @@ -29,6 +29,10 @@ parameters: default: false description: Whether to enable or not the NFS backend for Cinder type: boolean + CinderEnableRbdBackend: + default: false + description: Whether to enable or not the Rbd backend for Cinder + type: boolean Debug: default: '' description: Set to True to enable debugging on all services. |