Use consistent spelling, OpenStack, instead of Openstack

Change-Id: I5f0320959ecae3ba3724114d91e7f89406f6404f
This commit is contained in:
Takashi Kajinami 2022-01-24 16:28:00 +09:00
parent 0961b98387
commit 525d58d621
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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',