aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorItzik Brown <itzikb@redhat.com>2017-07-06 13:42:12 +0300
committerItzik Brown <itzikb@redhat.com>2017-07-10 21:49:24 +0300
commit0477e1566f22979d71fd41851fd4ab5014097471 (patch)
tree9c38aea97dff8cfd13ce4ca076099bbe1f296160 /puppet
parentc24cec0fa70370d548c055c5977e8a2da1f2531b (diff)
Fixing a bug when setting a password for ODL controller
Change-Id: I301f73801e95e607ed28992e68528f17843a0b6c Closes-Bug: #1702435
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/opendaylight-ovs.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/opendaylight-ovs.yaml b/puppet/services/opendaylight-ovs.yaml
index 1a8754a5..d8a6f9bd 100644
--- a/puppet/services/opendaylight-ovs.yaml
+++ b/puppet/services/opendaylight-ovs.yaml
@@ -76,6 +76,8 @@ outputs:
- opendaylight::odl_rest_port: {get_param: OpenDaylightPort}
opendaylight::username: {get_param: OpenDaylightUsername}
opendaylight::password: {get_param: OpenDaylightPassword}
+ neutron::plugins::ovs::opendaylight::odl_username: {get_param: OpenDaylightUsername}
+ neutron::plugins::ovs::opendaylight::odl_password: {get_param: OpenDaylightPassword}
opendaylight_check_url: {get_param: OpenDaylightCheckURL}
opendaylight::nb_connection_protocol: {get_param: OpenDaylightConnectionProtocol}
neutron::agents::ml2::ovs::local_ip: {get_param: [ServiceNetMap, NeutronTenantNetwork]}