Merge "Use consistent spelling, OpenStack, instead of Openstack"
This commit is contained in:
commit
8c660c594b
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user