Remove create-legacy-resource-types opts
authorPradeep Kilambi <pkilambi@redhat.com>
Mon, 23 Jan 2017 15:04:25 +0000 (10:04 -0500)
committerPradeep Kilambi <pkilambi@redhat.com>
Thu, 26 Jan 2017 20:03:18 +0000 (20:03 +0000)
This flag is quite old and doesnt work as expected anymore.
Let ceilometer upgrade create these reource types instead.

Change-Id: I71ea6e2fd9418095de658d709c14bb3006ca2753

puppet/services/gnocchi-base.yaml

index d92b176..8fddae4 100644 (file)
@@ -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}