Fix ignored ovn_controller_extra_opts
Change-Id: Ifb9ea11f3c3de03b3e1bc34d155ec7caa91a675a
This commit is contained in:
parent
4f89c1e3b2
commit
27505e2641
@ -204,7 +204,7 @@ class ovn::controller(
|
||||
fail('The ovn_controller_ssl_key, cert and ca_cert are required to use SSL.')
|
||||
}
|
||||
|
||||
$ovn_controller_opts = join($ovn_controller_ssl_opts, ' ')
|
||||
$ovn_controller_opts = join($ovn_controller_ssl_opts + $ovn_controller_extra_opts, ' ')
|
||||
|
||||
augeas { 'config-ovn-controller':
|
||||
context => $::ovn::params::ovn_controller_context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user