Fix OpenDaylightConnectionProtocol deprecated
commit af4ce05dc5
deprecated OpenDaylightConnectionProtocol and
also removed it.
This patch put back the OpenDaylightConnectionProtocol
Change-Id: I301f357d3244761d045ff5c250a6d52eaff85c4b
This commit is contained in:
parent
2ad646e22a
commit
7fa5b28878
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user