swap default values for netapp protocol and port

Change-Id: I1f3667c81285b6e43f9f9e9c8769a8cc805aeb2d
This commit is contained in:
Igor Gajsin 2016-09-19 17:26:11 +03:00
parent c81b89a589
commit c1a0e7b424
1 changed files with 3 additions and 3 deletions

View File

@ -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"