aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-11 16:19:49 +0000
committerGerrit Code Review <review@openstack.org>2017-01-11 16:19:49 +0000
commit205296e30eb72e7270b6eb1069007c6d30999f7a (patch)
treee44fb62df08cb0bee3d82802f7047fd1d33f4f84 /puppet
parent5834315ded693d35a7ad97d3760381056eb398a1 (diff)
parent84285539087720e2c25efaed4569b9ff1c1190a7 (diff)
Merge "Removes deprecated OpenDaylight L2 only deployments"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/opendaylight-api.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml
index 89842115..0ed9d206 100644
--- a/puppet/services/opendaylight-api.yaml
+++ b/puppet/services/opendaylight-api.yaml
@@ -17,10 +17,6 @@ parameters:
type: string
description: The password for the opendaylight server.
hidden: true
- OpenDaylightEnableL3:
- description: Knob to enable/disable ODL L3
- type: string
- default: 'no'
OpenDaylightEnableDHCP:
description: Knob to enable/disable ODL DHCP Server
type: boolean
@@ -56,7 +52,6 @@ outputs:
opendaylight::odl_rest_port: {get_param: OpenDaylightPort}
opendaylight::username: {get_param: OpenDaylightUsername}
opendaylight::password: {get_param: OpenDaylightPassword}
- opendaylight::enable_l3: {get_param: OpenDaylightEnableL3}
opendaylight::extra_features: {get_param: OpenDaylightFeatures}
opendaylight::enable_dhcp: {get_param: OpenDaylightEnableDHCP}
opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpendaylightApiNetwork]}