diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-27 18:58:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-27 18:58:36 +0000 |
commit | 61fd803c9a820a335c0e15c73dba19f49270a790 (patch) | |
tree | 155f5ae8ef8d8556c740bef87d6b4767d5538e78 /puppet | |
parent | 5084b372dcecc1dad19f22b1382804b1ea2a676d (diff) | |
parent | ffd62b223f7e1823350c587708f166b88f97df04 (diff) |
Merge "Remove create-legacy-resource-types opts"
Diffstat (limited to 'puppet')
-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 d92b1766..8fddae4b 100644 --- a/puppet/services/gnocchi-base.yaml +++ b/puppet/services/gnocchi-base.yaml @@ -69,7 +69,7 @@ outputs: - '/gnocchi' - '?bind_address=' - "%{hiera('tripleo::profile::base::database::mysql::client_bind_address')}" - gnocchi::db::sync::extra_opts: '--skip-storage --create-legacy-resource-types' + gnocchi::db::sync::extra_opts: '--skip-storage' gnocchi::storage::swift::swift_user: 'service:gnocchi' gnocchi::storage::swift::swift_auth_version: 2 gnocchi::storage::swift::swift_key: {get_param: GnocchiPassword} |