Merge "Fixing a bug when setting a password for ODL controller"

This commit is contained in:
Jenkins 2017-07-19 21:24:49 +00:00 committed by Gerrit Code Review
commit 271f3b52a8
2 changed files with 7 additions and 0 deletions

View 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]}

View File

@ -0,0 +1,5 @@
---
fixes:
- Fixing an issue where a custom password for the
OpenDaylight controller caused the TripleO deployment
to fail