Use consistent format for service description

Change-Id: I4f44681800d912e171b69239bd0c85bf231ef191
This commit is contained in:
Takashi Kajinami 2021-09-27 12:19:06 +09:00
parent 467c0b0a4d
commit 0409934ace
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
#
# [*service_description*]
# (Optional) Description of the service.
# Defaults to 'Placement Service'
# Defaults to 'OpenStack Placement Service'
#
# [*public_url*]
# (Optional) The endpoint's public url.
@ -75,7 +75,7 @@ class placement::keystone::auth (
$configure_user = true,
$configure_user_role = true,
$service_name = 'placement',
$service_description = 'Placement Service',
$service_description = 'OpenStack Placement Service',
$service_type = 'placement',
$region = 'RegionOne',
$public_url = 'http://127.0.0.1/placement',

View File

@ -17,7 +17,7 @@ describe 'placement::keystone::auth' do
:configure_endpoint => true,
:service_name => 'placement',
:service_type => 'placement',
:service_description => 'Placement Service',
:service_description => 'OpenStack Placement Service',
:region => 'RegionOne',
:auth_name => 'placement',
:password => 'placement_password',
@ -38,7 +38,7 @@ describe 'placement::keystone::auth' do
:configure_endpoint => false,
:configure_user => false,
:configure_user_role => false,
:service_description => 'Alternative Placement Service',
:service_description => 'Alternative OpenStack Placement Service',
:service_name => 'alt_service',
:service_type => 'alt_placement',
:region => 'RegionTwo',
@ -53,7 +53,7 @@ describe 'placement::keystone::auth' do
:configure_endpoint => false,
:service_name => 'alt_service',
:service_type => 'alt_placement',
:service_description => 'Alternative Placement Service',
:service_description => 'Alternative OpenStack Placement Service',
:region => 'RegionTwo',
:auth_name => 'alt_placement',
:password => 'placement_password',