diff options
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. |