Use sync_db option to sync database

Change-Id: I69b74f7f5b8fe625bb8b26d6bc49ca3043c15b75
This commit is contained in:
ZhongShengping 2016-12-07 17:08:54 +08:00
parent 8671eaa64e
commit 79b3cef5e0
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ describe 'basic aodh' do
class { '::aodh::api':
enabled => true,
service_name => 'httpd',
sync_db => true,
}
include ::apache
class { '::aodh::wsgi::apache':
@ -57,7 +58,6 @@ describe 'basic aodh' do
class { '::aodh::notifier': }
class { '::aodh::listener': }
class { '::aodh::evaluator': }
class { '::aodh::db::sync': }
EOS