Use consistent format for service description
Change-Id: Ibc2a4f94f8e050c8ac0f2bc3cc30f118c7c56f06
This commit is contained in:
@@ -80,7 +80,7 @@ class neutron::keystone::auth (
|
||||
$configure_user_role = true,
|
||||
$service_name = 'neutron',
|
||||
$service_type = 'network',
|
||||
$service_description = 'Neutron Networking Service',
|
||||
$service_description = 'OpenStack Networking Service',
|
||||
$region = 'RegionOne',
|
||||
$public_url = 'http://127.0.0.1:9696',
|
||||
$admin_url = 'http://127.0.0.1:9696',
|
||||
|
@@ -17,7 +17,7 @@ describe 'neutron::keystone::auth' do
|
||||
:configure_endpoint => true,
|
||||
:service_name => 'neutron',
|
||||
:service_type => 'network',
|
||||
:service_description => 'Neutron Networking Service',
|
||||
:service_description => 'OpenStack Networking Service',
|
||||
:region => 'RegionOne',
|
||||
:auth_name => 'neutron',
|
||||
:password => 'neutron_password',
|
||||
@@ -38,7 +38,7 @@ describe 'neutron::keystone::auth' do
|
||||
:configure_endpoint => false,
|
||||
:configure_user => false,
|
||||
:configure_user_role => false,
|
||||
:service_description => 'Alternative Neutron Networking Service',
|
||||
:service_description => 'Alternative OpenStack Networking Service',
|
||||
:service_name => 'alt_service',
|
||||
:service_type => 'alt_network',
|
||||
:region => 'RegionTwo',
|
||||
@@ -53,7 +53,7 @@ describe 'neutron::keystone::auth' do
|
||||
:configure_endpoint => false,
|
||||
:service_name => 'alt_service',
|
||||
:service_type => 'alt_network',
|
||||
:service_description => 'Alternative Neutron Networking Service',
|
||||
:service_description => 'Alternative OpenStack Networking Service',
|
||||
:region => 'RegionTwo',
|
||||
:auth_name => 'alt_neutron',
|
||||
:password => 'neutron_password',
|
||||
|
Reference in New Issue
Block a user