Merge "Fixing a bug when setting a password for ODL controller"
authorJenkins <jenkins@review.openstack.org>
Wed, 19 Jul 2017 21:24:49 +0000 (21:24 +0000)
committerGerrit Code Review <review@openstack.org>
Wed, 19 Jul 2017 21:24:49 +0000 (21:24 +0000)
puppet/services/opendaylight-ovs.yaml
releasenotes/notes/odl-user-a4c58ac0c3a64d90.yaml [new file with mode: 0644]

index 8ffa8a3..2027292 100644 (file)
@@ -81,6 +81,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]}
diff --git a/releasenotes/notes/odl-user-a4c58ac0c3a64d90.yaml b/releasenotes/notes/odl-user-a4c58ac0c3a64d90.yaml
new file mode 100644 (file)
index 0000000..d37ab12
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - Fixing an issue where a custom password for the
+    OpenDaylight controller caused the TripleO deployment
+    to fail