diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index bad0bc03..16cd7526 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -40,7 +40,7 @@ # # [*service_description*] # (Optional) Description for keystone service. -# Defaults to 'Openstack Orchestration Service'. +# Defaults to 'OpenStack Orchestration Service'. # # [*region*] # (Optional) Region for endpoint. @@ -102,7 +102,7 @@ class heat::keystone::auth ( $auth_name = 'heat', $service_name = 'heat', $service_type = 'orchestration', - $service_description = 'Openstack Orchestration Service', + $service_description = 'OpenStack Orchestration Service', $region = 'RegionOne', $tenant = 'services', $configure_endpoint = true, diff --git a/spec/classes/heat_keystone_auth_spec.rb b/spec/classes/heat_keystone_auth_spec.rb index 9a4b2586..a5de3a4d 100644 --- a/spec/classes/heat_keystone_auth_spec.rb +++ b/spec/classes/heat_keystone_auth_spec.rb @@ -17,7 +17,7 @@ describe 'heat::keystone::auth' do :configure_endpoint => true, :service_name => 'heat', :service_type => 'orchestration', - :service_description => 'Openstack Orchestration Service', + :service_description => 'OpenStack Orchestration Service', :region => 'RegionOne', :auth_name => 'heat', :password => 'heat_password', @@ -41,7 +41,7 @@ describe 'heat::keystone::auth' do :configure_endpoint => false, :configure_user => false, :configure_user_role => false, - :service_description => 'Alternative Openstack Orchestration Service', + :service_description => 'Alternative OpenStack Orchestration Service', :service_name => 'alt_service', :service_type => 'alt_orchestration', :region => 'RegionTwo', @@ -59,7 +59,7 @@ describe 'heat::keystone::auth' do :configure_endpoint => false, :service_name => 'alt_service', :service_type => 'alt_orchestration', - :service_description => 'Alternative Openstack Orchestration Service', + :service_description => 'Alternative OpenStack Orchestration Service', :region => 'RegionTwo', :auth_name => 'alt_heat', :password => 'heat_password',