acceptance: enable debug & verbosity for OpenStack logs

Enable debug & verbose when possible for OpenStack services logs, so we can read a maximum
of informations in Jenkins jobs logs and easily debug our eventual failures.

Change-Id: Ifd0b772f9425ce7aacd3c9fff57167012e433ea6
This commit is contained in:
Emilien Macchi 2015-08-16 09:50:01 -04:00
parent 8cbd33f7e6
commit a2ef9d83cf
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ describe 'basic manila' do
rabbit_userid => 'manila',
rabbit_password => 'an_even_bigger_secret',
rabbit_host => '127.0.0.1',
debug => true,
verbose => true,
}
class { '::manila::db::mysql':
password => 'a_big_secret',