diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index 3ea1f0cea2..a23edc014f 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -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}