Merge "Fix OpenDaylightConnectionProtocol deprecated"

This commit is contained in:
Zuul 2018-02-05 16:02:49 +00:00 committed by Gerrit Code Review
commit f19d562985
2 changed files with 9 additions and 1 deletions

View File

@ -17,6 +17,10 @@ parameters:
type: string
description: The password for the opendaylight server.
hidden: true
OpenDaylightConnectionProtocol:
description: L7 protocol used for REST access
type: string
default: 'http'
OpenDaylightFeatures:
description: List of features to install with ODL
type: comma_delimited_list
@ -187,4 +191,4 @@ outputs:
- service: odl
network: {get_param: [ServiceNetMap, OpendaylightApiNetwork]}
type: node
- null
- null

View File

@ -17,6 +17,10 @@ parameters:
type: string
description: The password for the opendaylight server.
hidden: true
OpenDaylightConnectionProtocol:
description: L7 protocol used for REST access
type: string
default: 'http'
OpenDaylightCheckURL:
description: URL postfix to verify ODL has finished starting up
type: string