Fixing a bug when setting a password for ODL controller
Change-Id: I301f73801e95e607ed28992e68528f17843a0b6c Closes-Bug: #1702435
This commit is contained in:
parent
c24cec0fa7
commit
0477e1566f
@ -76,6 +76,8 @@ outputs:
|
|||||||
- opendaylight::odl_rest_port: {get_param: OpenDaylightPort}
|
- opendaylight::odl_rest_port: {get_param: OpenDaylightPort}
|
||||||
opendaylight::username: {get_param: OpenDaylightUsername}
|
opendaylight::username: {get_param: OpenDaylightUsername}
|
||||||
opendaylight::password: {get_param: OpenDaylightPassword}
|
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_check_url: {get_param: OpenDaylightCheckURL}
|
||||||
opendaylight::nb_connection_protocol: {get_param: OpenDaylightConnectionProtocol}
|
opendaylight::nb_connection_protocol: {get_param: OpenDaylightConnectionProtocol}
|
||||||
neutron::agents::ml2::ovs::local_ip: {get_param: [ServiceNetMap, NeutronTenantNetwork]}
|
neutron::agents::ml2::ovs::local_ip: {get_param: [ServiceNetMap, NeutronTenantNetwork]}
|
||||||
|
5
releasenotes/notes/odl-user-a4c58ac0c3a64d90.yaml
Normal file
5
releasenotes/notes/odl-user-a4c58ac0c3a64d90.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Fixing an issue where a custom password for the
|
||||||
|
OpenDaylight controller caused the TripleO deployment
|
||||||
|
to fail
|
Loading…
Reference in New Issue
Block a user