diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2017-01-23 10:04:25 -0500 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2017-01-26 20:03:18 +0000 |
commit | ffd62b223f7e1823350c587708f166b88f97df04 (patch) | |
tree | b196a66d1a706401254573cb584ca88d8f511f0e | |
parent | ab66969ad181ac2c1451ceec21e83fa02a35d6a1 (diff) |
Remove create-legacy-resource-types opts
This flag is quite old and doesnt work as expected anymore.
Let ceilometer upgrade create these reource types instead.
Change-Id: I71ea6e2fd9418095de658d709c14bb3006ca2753
-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} |