diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index f864b99c..827ece45 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -45,7 +45,7 @@ # # [*service_description*] # (Optional) Description of the service. -# Default to 'Octavia Service' +# Default to 'OpenStack Load Balancing Service' # # [*public_url*] # (0ptional) The endpoint's public url. @@ -70,7 +70,7 @@ class octavia::keystone::auth ( $configure_endpoint = true, $configure_user = true, $configure_user_role = true, - $service_description = 'Octavia Service', + $service_description = 'OpenStack Load Balancing Service', $service_name = 'octavia', $service_type = 'load-balancer', $region = 'RegionOne', diff --git a/spec/classes/octavia_keystone_auth_spec.rb b/spec/classes/octavia_keystone_auth_spec.rb index 49f050b0..53170147 100644 --- a/spec/classes/octavia_keystone_auth_spec.rb +++ b/spec/classes/octavia_keystone_auth_spec.rb @@ -17,7 +17,7 @@ describe 'octavia::keystone::auth' do :configure_endpoint => true, :service_name => 'octavia', :service_type => 'load-balancer', - :service_description => 'Octavia Service', + :service_description => 'OpenStack Load Balancing Service', :region => 'RegionOne', :auth_name => 'octavia', :password => 'octavia_password', @@ -38,7 +38,7 @@ describe 'octavia::keystone::auth' do :configure_endpoint => false, :configure_user => false, :configure_user_role => false, - :service_description => 'Alternative Octavia Service', + :service_description => 'Alternative OpenStack Load Balancing Service', :service_name => 'alt_service', :service_type => 'alt_load-balancer', :region => 'RegionTwo', @@ -53,7 +53,7 @@ describe 'octavia::keystone::auth' do :configure_endpoint => false, :service_name => 'alt_service', :service_type => 'alt_load-balancer', - :service_description => 'Alternative Octavia Service', + :service_description => 'Alternative OpenStack Load Balancing Service', :region => 'RegionTwo', :auth_name => 'alt_octavia', :password => 'octavia_password',