Merge "Cleanup dead code"

This commit is contained in:
Zuul 2017-12-18 12:46:33 +00:00 committed by Gerrit Code Review
commit 7061751f1a
1 changed files with 0 additions and 5 deletions

View File

@ -21,10 +21,6 @@ parameters:
description: L7 protocol used for REST access
type: string
default: 'http'
OpenDaylightEnableDHCP:
description: Knob to enable/disable ODL DHCP Server
type: boolean
default: false
OpenDaylightFeatures:
description: List of features to install with ODL
type: comma_delimited_list
@ -81,7 +77,6 @@ outputs:
opendaylight::username: {get_param: OpenDaylightUsername}
opendaylight::password: {get_param: OpenDaylightPassword}
opendaylight::extra_features: {get_param: OpenDaylightFeatures}
opendaylight::enable_dhcp: {get_param: OpenDaylightEnableDHCP}
opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpendaylightApiNetwork]}
opendaylight::nb_connection_protocol: {get_param: OpenDaylightConnectionProtocol}
opendaylight::manage_repositories: {get_param: OpenDaylightManageRepositories}