dce599e498
This patch enhances Octavia's OVN driver config, so it can connect to OVN_Northbound DB using TLS. This is part 1 of 2, where octavia::api::ovn_nb_connection will move to newly created octavia::provider::ovn::ovn_nb_connection config file. 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) Co-Authored-By: Brent Eagles <beagles@redhat.com> Related-Bug: #1861886 Change-Id: Id74ef39ff303c9abf8118df203970cd871ed974a
11 lines
219 B
Ruby
11 lines
219 B
Ruby
Puppet::Type.type(:octavia_ovn_provider_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/octavia/conf.d/ovn.conf'
|
|
end
|
|
|
|
end
|