Merge "swap default values for netapp protocol and port"

This commit is contained in:
Jenkins 2016-09-19 14:30:21 +00:00 committed by Gerrit Code Review
commit e6fc8b47cb
1 changed files with 2 additions and 2 deletions

View File

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