Use consistent format for service description
Change-Id: I76d271048056c85b384740b7dc51e45570eb2e83
This commit is contained in:
parent
c04af1ffc9
commit
2fb4a5b1e0
@ -45,7 +45,7 @@
|
||||
#
|
||||
# [*service_description*]
|
||||
# (Optional) Description of the service.
|
||||
# Default to 'Octavia Service'
|
||||
# Default to 'OpenStack Load Balancing Service'
|
||||
#
|
||||
# [*public_url*]
|
||||
# (0ptional) The endpoint's public url.
|
||||
@ -70,7 +70,7 @@ class octavia::keystone::auth (
|
||||
$configure_endpoint = true,
|
||||
$configure_user = true,
|
||||
$configure_user_role = true,
|
||||
$service_description = 'Octavia Service',
|
||||
$service_description = 'OpenStack Load Balancing Service',
|
||||
$service_name = 'octavia',
|
||||
$service_type = 'load-balancer',
|
||||
$region = 'RegionOne',
|
||||
|
@ -17,7 +17,7 @@ describe 'octavia::keystone::auth' do
|
||||
:configure_endpoint => true,
|
||||
:service_name => 'octavia',
|
||||
:service_type => 'load-balancer',
|
||||
:service_description => 'Octavia Service',
|
||||
:service_description => 'OpenStack Load Balancing Service',
|
||||
:region => 'RegionOne',
|
||||
:auth_name => 'octavia',
|
||||
:password => 'octavia_password',
|
||||
@ -38,7 +38,7 @@ describe 'octavia::keystone::auth' do
|
||||
:configure_endpoint => false,
|
||||
:configure_user => false,
|
||||
:configure_user_role => false,
|
||||
:service_description => 'Alternative Octavia Service',
|
||||
:service_description => 'Alternative OpenStack Load Balancing Service',
|
||||
:service_name => 'alt_service',
|
||||
:service_type => 'alt_load-balancer',
|
||||
:region => 'RegionTwo',
|
||||
@ -53,7 +53,7 @@ describe 'octavia::keystone::auth' do
|
||||
:configure_endpoint => false,
|
||||
:service_name => 'alt_service',
|
||||
:service_type => 'alt_load-balancer',
|
||||
:service_description => 'Alternative Octavia Service',
|
||||
:service_description => 'Alternative OpenStack Load Balancing Service',
|
||||
:region => 'RegionTwo',
|
||||
:auth_name => 'alt_octavia',
|
||||
:password => 'octavia_password',
|
||||
|
Loading…
Reference in New Issue
Block a user