Use sync_db option to sync database
Change-Id: I0dd6073a44e21707ca2fbc0fcade47cfe8c1eb2f
This commit is contained in:
@@ -49,6 +49,7 @@ class openstack_integration::panko {
|
||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||
}
|
||||
class { '::panko::api':
|
||||
sync_db => true,
|
||||
enabled => true,
|
||||
service_name => 'httpd',
|
||||
}
|
||||
@@ -60,6 +61,5 @@ class openstack_integration::panko {
|
||||
ssl_cert => $::openstack_integration::params::cert_path,
|
||||
workers => 2,
|
||||
}
|
||||
class { '::panko::db::sync': }
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user