From 525d58d6215b61caddff57c9fd698e72fc9ea8fc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 24 Jan 2022 16:28:00 +0900 Subject: [PATCH] Use consistent spelling, OpenStack, instead of Openstack Change-Id: I5f0320959ecae3ba3724114d91e7f89406f6404f --- manifests/keystone/auth_cfn.pp | 4 ++-- spec/classes/heat_keystone_auth_cfn_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/keystone/auth_cfn.pp b/manifests/keystone/auth_cfn.pp index 7c9eddd9..9f7a519c 100644 --- a/manifests/keystone/auth_cfn.pp +++ b/manifests/keystone/auth_cfn.pp @@ -32,7 +32,7 @@ # # [*service_description*] # (Optional) Description of the service. -# Default to 'Openstack Cloudformation Service' +# Default to 'OpenStack Cloudformation Service' # # [*service_name*] # (Optional) Name of the service. @@ -87,7 +87,7 @@ class heat::keystone::auth_cfn ( $email = 'heat-cfn@localhost', $auth_name = 'heat-cfn', $service_name = 'heat-cfn', - $service_description = 'Openstack Cloudformation Service', + $service_description = 'OpenStack Cloudformation Service', $service_type = 'cloudformation', $region = 'RegionOne', $tenant = 'services', diff --git a/spec/classes/heat_keystone_auth_cfn_spec.rb b/spec/classes/heat_keystone_auth_cfn_spec.rb index e2e520b3..9cf606a2 100644 --- a/spec/classes/heat_keystone_auth_cfn_spec.rb +++ b/spec/classes/heat_keystone_auth_cfn_spec.rb @@ -17,7 +17,7 @@ describe 'heat::keystone::auth_cfn' do :configure_endpoint => true, :service_name => 'heat-cfn', :service_type => 'cloudformation', - :service_description => 'Openstack Cloudformation Service', + :service_description => 'OpenStack Cloudformation Service', :region => 'RegionOne', :auth_name => 'heat-cfn', :password => 'heat_password',