diff --git a/environment_config.yaml b/environment_config.yaml index d462bd0..bf6e828 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -7,7 +7,7 @@ attributes: use-generic-driver: type: 'checkbox' weight: 10 - value: false + value: true label: 'Use the Generic driver' description: 'Use the cinder volumes as a backend for manila shares' @@ -34,7 +34,7 @@ attributes: netapp-proto: type: 'text' weight: 31 - value: '443' + value: 'https' label: 'NetApp transport type' description: 'Transport protocol for communicating with the storage system' restrictions: @@ -57,7 +57,7 @@ attributes: netapp-port: type: 'text' weight: 33 - value: 'http' + value: '443' label: 'NetApp server port' restrictions: - condition: "settings:fuel-plugin-manila.use-netapp-driver.value != true"