From 95dd1ba91359bfdb141aa7ead16b789aafe2410e Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 18 Jul 2016 16:16:18 -0400 Subject: gnocchi: configure db_sync command in the profile Configure db_sync extra command in the profile itself Change-Id: Ia27068907a2149da2cb87b50ffe65b27a0542ed7 --- puppet/services/gnocchi-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/gnocchi-base.yaml') diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml index d4201032..44f3c3c7 100644 --- a/puppet/services/gnocchi-base.yaml +++ b/puppet/services/gnocchi-base.yaml @@ -55,7 +55,7 @@ outputs: gnocchi::keystone::auth::tenant: 'service' gnocchi::keystone::auth::password: {get_param: GnocchiPassword} gnocchi::db::mysql::password: {get_param: GnocchiPassword} - gnocchi::db::sync::extra_opts: '--skip-storage' + gnocchi::db::sync::extra_opts: '--skip-storage --create-legacy-resource-types' #Gnocchi API tripleo::profile::base::gnocchi::api::gnocchi_backend: {get_param: GnocchiBackend} gnocchi::api::manage_service: false -- cgit 1.2.3-korg