Set debug to true

In order to better view log error messages, set log debug to true.

Change-Id: Ibcc8b06254bd39909e418e786e935e53dc0c278c
This commit is contained in:
ZhongShengping 2017-05-05 15:15:46 +08:00
parent 53d268aa8b
commit a9c000a679
1 changed files with 2 additions and 0 deletions

View File

@ -25,12 +25,14 @@ describe 'glance class' do
password => 'a_big_secret',
}
class { '::glance::api':
debug => true,
database_connection => 'mysql+pymysql://glance:a_big_secret@127.0.0.1/glance?charset=utf8',
}
class { '::glance::registry::authtoken':
password => 'a_big_secret',
}
class { '::glance::registry':
debug => true,
database_connection => 'mysql+pymysql://glance:a_big_secret@127.0.0.1/glance?charset=utf8',
}