diff --git a/manifests/profile/base/octavia/api.pp b/manifests/profile/base/octavia/api.pp index db86fcd9c..c69799b18 100644 --- a/manifests/profile/base/octavia/api.pp +++ b/manifests/profile/base/octavia/api.pp @@ -97,7 +97,7 @@ class tripleo::profile::base::octavia::api ( if ($step >= 4 and $sync_db) or ($step >= 5 and !$sync_db) { include ::octavia::controller if 'ovn' in $neutron_driver { - $providers = 'amphora: The Octavia Amphora Driver.,octavia: Deprecated alias of the Octavia Amphora driver.,ovn: Octavia OVN driver.' + $providers = 'amphora: The Octavia Amphora driver.,octavia: Deprecated alias of the Octavia Amphora driver.,ovn: Octavia OVN driver.' class { '::octavia::api': sync_db => $sync_db, provider_drivers => $providers, diff --git a/spec/classes/tripleo_profile_base_octavia_api_spec.rb b/spec/classes/tripleo_profile_base_octavia_api_spec.rb index 80017bda2..d2d59d0d9 100644 --- a/spec/classes/tripleo_profile_base_octavia_api_spec.rb +++ b/spec/classes/tripleo_profile_base_octavia_api_spec.rb @@ -119,7 +119,7 @@ eos it 'should should set provider drivers and ovn nb connection' do is_expected.to contain_class('octavia::api').with( :provider_drivers => - 'amphora: The Octavia Amphora Driver.,octavia: Deprecated alias of the Octavia Amphora driver.,ovn: Octavia OVN driver.') + 'amphora: The Octavia Amphora driver.,octavia: Deprecated alias of the Octavia Amphora driver.,ovn: Octavia OVN driver.') is_expected.to contain_class('octavia::api').with(:ovn_nb_connection => 'tcp:127.0.0.1:6641') end end