diff --git a/packstack/puppet/modules/packstack/manifests/gnocchi.pp b/packstack/puppet/modules/packstack/manifests/gnocchi.pp index 356cb47c8..e5cc6fb5b 100644 --- a/packstack/puppet/modules/packstack/manifests/gnocchi.pp +++ b/packstack/puppet/modules/packstack/manifests/gnocchi.pp @@ -29,12 +29,10 @@ class packstack::gnocchi () class { '::gnocchi::api': host => $bind_host, - service_name => 'httpd' + service_name => 'httpd', + sync_db => true, } - class { '::gnocchi::db::sync': - extra_opts => '--create-legacy-resource-types', - } class { '::gnocchi::storage': } class { '::gnocchi::storage::file': }