diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-19 11:10:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-19 11:10:57 +0000 |
commit | 9da188033aa92c00e2c363fba29f25c4e5c73e09 (patch) | |
tree | fbe02b585dd19f720c3c945b50e748cd9d044755 /puppet/services/gnocchi-base.yaml | |
parent | 46e85eaa013dc9fa5a3467f18021b346ac18a635 (diff) | |
parent | 95dd1ba91359bfdb141aa7ead16b789aafe2410e (diff) |
Merge "gnocchi: configure db_sync command in the profile"
Diffstat (limited to 'puppet/services/gnocchi-base.yaml')
-rw-r--r-- | puppet/services/gnocchi-base.yaml | 2 |
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 |