Use sync_db option to sync database

Change-Id: I0dd6073a44e21707ca2fbc0fcade47cfe8c1eb2f
This commit is contained in:
ZhongShengping 2016-12-06 14:41:01 +08:00
parent b4a7476976
commit 0ef5ebb090

View File

@ -49,6 +49,7 @@ class openstack_integration::panko {
memcached_servers => $::openstack_integration::config::memcached_servers, memcached_servers => $::openstack_integration::config::memcached_servers,
} }
class { '::panko::api': class { '::panko::api':
sync_db => true,
enabled => true, enabled => true,
service_name => 'httpd', service_name => 'httpd',
} }
@ -60,6 +61,5 @@ class openstack_integration::panko {
ssl_cert => $::openstack_integration::params::cert_path, ssl_cert => $::openstack_integration::params::cert_path,
workers => 2, workers => 2,
} }
class { '::panko::db::sync': }
} }