Use consistent spelling, OpenStack, instead of Openstack
Change-Id: I6ad5fecb4accd51d3de3e9ee2594bf96483c5f63
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#
|
||||
# [*service_description*]
|
||||
# (Optional) Description for keystone service.
|
||||
# Defaults to 'Openstack Orchestration Service'.
|
||||
# Defaults to 'OpenStack Orchestration Service'.
|
||||
#
|
||||
# [*region*]
|
||||
# (Optional) Region for endpoint.
|
||||
@@ -102,7 +102,7 @@ class heat::keystone::auth (
|
||||
$auth_name = 'heat',
|
||||
$service_name = 'heat',
|
||||
$service_type = 'orchestration',
|
||||
$service_description = 'Openstack Orchestration Service',
|
||||
$service_description = 'OpenStack Orchestration Service',
|
||||
$region = 'RegionOne',
|
||||
$tenant = 'services',
|
||||
$configure_endpoint = true,
|
||||
|
@@ -17,7 +17,7 @@ describe 'heat::keystone::auth' do
|
||||
:configure_endpoint => true,
|
||||
:service_name => 'heat',
|
||||
:service_type => 'orchestration',
|
||||
:service_description => 'Openstack Orchestration Service',
|
||||
:service_description => 'OpenStack Orchestration Service',
|
||||
:region => 'RegionOne',
|
||||
:auth_name => 'heat',
|
||||
:password => 'heat_password',
|
||||
@@ -41,7 +41,7 @@ describe 'heat::keystone::auth' do
|
||||
:configure_endpoint => false,
|
||||
:configure_user => false,
|
||||
:configure_user_role => false,
|
||||
:service_description => 'Alternative Openstack Orchestration Service',
|
||||
:service_description => 'Alternative OpenStack Orchestration Service',
|
||||
:service_name => 'alt_service',
|
||||
:service_type => 'alt_orchestration',
|
||||
:region => 'RegionTwo',
|
||||
@@ -59,7 +59,7 @@ describe 'heat::keystone::auth' do
|
||||
:configure_endpoint => false,
|
||||
:service_name => 'alt_service',
|
||||
:service_type => 'alt_orchestration',
|
||||
:service_description => 'Alternative Openstack Orchestration Service',
|
||||
:service_description => 'Alternative OpenStack Orchestration Service',
|
||||
:region => 'RegionTwo',
|
||||
:auth_name => 'alt_heat',
|
||||
:password => 'heat_password',
|
||||
|
Reference in New Issue
Block a user