b234852533
This is part 2 of 2, where ovn provider info located in
tripleo::profile::base::octavia::api will move
to newly created octavia::provider::ovn.
But that has to be split into 2 parts to avoid breaking the
CI until the THT+pupple-tripleo changes merges [1].
[1]: https://review.opendev.org/#/q/topic:bug/1861886+(status:open+OR+status:merged)
This patch enhances Octavia's OVN driver config, so it can connect to
OVN_Northbound DB using TLS.
Depends-On: https://review.opendev.org/#/c/714895/
Depends-On: https://review.opendev.org/#/c/715950/
Depends-On: https://review.opendev.org/#/c/705821/
Depends-On: https://review.opendev.org/#/c/714916/
Closes-Bug: #1861886
Change-Id: If4a6f25015374883050c48b7705e8207906118f4
(cherry picked from commit a485965a23
)
8 lines
272 B
YAML
8 lines
272 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
ovn_db_host and ovn_nb_port from tripleo::profile::base::octavia::api
|
|
are now deprecated and will be removed in the future release. Please use
|
|
ovn_db_host and ovn_nb_port from tripleo::profile::base::octavia::provider::ovn
|
|
instead.
|