volume: drop useless parameters

This commit is contained in:
Emilien Macchi 2014-05-09 00:37:01 +02:00
parent 99baef9e40
commit 23ba374a90
3 changed files with 0 additions and 14 deletions

View File

@ -40,14 +40,6 @@
# (optional) Password to connect to cinder queues.
# Defaults to 'rabbitpassword'
#
# [*ks_keystone_internal_host*]
# (optional) Keystone host (authentication)
# Defaults to '127.0.0.1'
#
# [*ks_cinder_password*]
# (optional) Keystone password for cinder user.
# Defaults to 'cinderpassword'
#
# [*verbose*]
# (optional) Set log output to verbose output
# Defaults to true
@ -71,8 +63,6 @@ class cloud::volume(
$cinder_db_password = 'cinderpassword',
$rabbit_hosts = ['127.0.0.1:5672'],
$rabbit_password = 'rabbitpassword',
$ks_keystone_internal_host = '127.0.0.1',
$ks_cinder_password = 'cinderpassword',
$verbose = true,
$debug = true,
$log_facility = 'LOG_LOCAL0',

View File

@ -29,8 +29,6 @@ describe 'cloud::volume::controller' do
cinder_db_password => 'secrete',
rabbit_hosts => ['10.0.0.1'],
rabbit_password => 'secrete',
ks_keystone_internal_host => '10.0.0.1',
ks_cinder_password => 'secrete',
verbose => true,
debug => true,
log_facility => 'LOG_LOCAL0',

View File

@ -29,8 +29,6 @@ describe 'cloud::volume::storage' do
cinder_db_password => 'secret',
rabbit_hosts => ['10.0.0.1'],
rabbit_password => 'secret',
ks_keystone_internal_host => '10.0.0.1',
ks_cinder_password => 'secret',
verbose => true,
debug => true,
log_facility => 'LOG_LOCAL0',