Merge "Use consistent spelling, OpenStack, instead of Openstack"

This commit is contained in:
Zuul 2022-01-27 21:29:29 +00:00 committed by Gerrit Code Review
commit 8c660c594b
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
# #
# [*service_description*] # [*service_description*]
# (Optional) Description of the service. # (Optional) Description of the service.
# Default to 'Openstack Cloudformation Service' # Default to 'OpenStack Cloudformation Service'
# #
# [*service_name*] # [*service_name*]
# (Optional) Name of the service. # (Optional) Name of the service.
@ -87,7 +87,7 @@ class heat::keystone::auth_cfn (
$email = 'heat-cfn@localhost', $email = 'heat-cfn@localhost',
$auth_name = 'heat-cfn', $auth_name = 'heat-cfn',
$service_name = 'heat-cfn', $service_name = 'heat-cfn',
$service_description = 'Openstack Cloudformation Service', $service_description = 'OpenStack Cloudformation Service',
$service_type = 'cloudformation', $service_type = 'cloudformation',
$region = 'RegionOne', $region = 'RegionOne',
$tenant = 'services', $tenant = 'services',

View File

@ -17,7 +17,7 @@ describe 'heat::keystone::auth_cfn' do
:configure_endpoint => true, :configure_endpoint => true,
:service_name => 'heat-cfn', :service_name => 'heat-cfn',
:service_type => 'cloudformation', :service_type => 'cloudformation',
:service_description => 'Openstack Cloudformation Service', :service_description => 'OpenStack Cloudformation Service',
:region => 'RegionOne', :region => 'RegionOne',
:auth_name => 'heat-cfn', :auth_name => 'heat-cfn',
:password => 'heat_password', :password => 'heat_password',