aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-base.yaml
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-07-18 16:16:18 -0400
committerEmilien Macchi <emilien@redhat.com>2016-07-18 16:16:18 -0400
commit95dd1ba91359bfdb141aa7ead16b789aafe2410e (patch)
tree170a5833103ef7b3e4de019d41b4601dec946e5d /puppet/services/gnocchi-base.yaml
parent6494276bbc8e654034160a600ceba27fc8a52561 (diff)
gnocchi: configure db_sync command in the profile
Configure db_sync extra command in the profile itself Change-Id: Ia27068907a2149da2cb87b50ffe65b27a0542ed7
Diffstat (limited to 'puppet/services/gnocchi-base.yaml')
-rw-r--r--puppet/services/gnocchi-base.yaml2
1 files changed, 1 insertions, 1 deletions
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