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