diff options
Diffstat (limited to 'controller.yaml')
-rw-r--r-- | controller.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml index 2dcfb50e..33286d19 100644 --- a/controller.yaml +++ b/controller.yaml @@ -28,6 +28,10 @@ parameters: default: true description: Whether to enable or not the Iscsi backend for Cinder type: boolean + CinderEnableRbdBackend: + default: false + description: Whether to enable or not the Rbd backend for Cinder + type: boolean CinderISCSIHelper: default: tgtadm description: The iSCSI helper to use with cinder. |