volume: drop useless parameters
This commit is contained in:
parent
99baef9e40
commit
23ba374a90
@ -40,14 +40,6 @@
|
|||||||
# (optional) Password to connect to cinder queues.
|
# (optional) Password to connect to cinder queues.
|
||||||
# Defaults to 'rabbitpassword'
|
# 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*]
|
# [*verbose*]
|
||||||
# (optional) Set log output to verbose output
|
# (optional) Set log output to verbose output
|
||||||
# Defaults to true
|
# Defaults to true
|
||||||
@ -71,8 +63,6 @@ class cloud::volume(
|
|||||||
$cinder_db_password = 'cinderpassword',
|
$cinder_db_password = 'cinderpassword',
|
||||||
$rabbit_hosts = ['127.0.0.1:5672'],
|
$rabbit_hosts = ['127.0.0.1:5672'],
|
||||||
$rabbit_password = 'rabbitpassword',
|
$rabbit_password = 'rabbitpassword',
|
||||||
$ks_keystone_internal_host = '127.0.0.1',
|
|
||||||
$ks_cinder_password = 'cinderpassword',
|
|
||||||
$verbose = true,
|
$verbose = true,
|
||||||
$debug = true,
|
$debug = true,
|
||||||
$log_facility = 'LOG_LOCAL0',
|
$log_facility = 'LOG_LOCAL0',
|
||||||
|
@ -29,8 +29,6 @@ describe 'cloud::volume::controller' do
|
|||||||
cinder_db_password => 'secrete',
|
cinder_db_password => 'secrete',
|
||||||
rabbit_hosts => ['10.0.0.1'],
|
rabbit_hosts => ['10.0.0.1'],
|
||||||
rabbit_password => 'secrete',
|
rabbit_password => 'secrete',
|
||||||
ks_keystone_internal_host => '10.0.0.1',
|
|
||||||
ks_cinder_password => 'secrete',
|
|
||||||
verbose => true,
|
verbose => true,
|
||||||
debug => true,
|
debug => true,
|
||||||
log_facility => 'LOG_LOCAL0',
|
log_facility => 'LOG_LOCAL0',
|
||||||
|
@ -29,8 +29,6 @@ describe 'cloud::volume::storage' do
|
|||||||
cinder_db_password => 'secret',
|
cinder_db_password => 'secret',
|
||||||
rabbit_hosts => ['10.0.0.1'],
|
rabbit_hosts => ['10.0.0.1'],
|
||||||
rabbit_password => 'secret',
|
rabbit_password => 'secret',
|
||||||
ks_keystone_internal_host => '10.0.0.1',
|
|
||||||
ks_cinder_password => 'secret',
|
|
||||||
verbose => true,
|
verbose => true,
|
||||||
debug => true,
|
debug => true,
|
||||||
log_facility => 'LOG_LOCAL0',
|
log_facility => 'LOG_LOCAL0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user