Set debug to true
In order to better view log error messages, set log debug to true. Change-Id: Ibcc8b06254bd39909e418e786e935e53dc0c278cchanges/41/462841/1
parent
53d268aa8b
commit
a9c000a679
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue