Remove obsolete flag on gnocchi-upgrade

create-legacy-resource-types is obsolete lets remove it
as we can do it from ceilometer if needed.

Closes-bug: #1676816



Change-Id: I4f877473f2b4b8d58a57769e1ee563282dbe28df
(cherry picked from commit ea09a2f585)
This commit is contained in:
Pradeep Kilambi
2017-03-28 08:18:39 -04:00
parent f23f3201e3
commit 7aff3cdecb

View File

@@ -333,7 +333,6 @@ gnocchi::keystone::auth::password: {{UNDERCLOUD_GNOCCHI_PASSWORD}}
gnocchi::keystone::auth::region: "%{hiera('keystone_region')}"
gnocchi::db::mysql::password: {{UNDERCLOUD_GNOCCHI_PASSWORD}}
gnocchi::db::database_connection: mysql+pymysql://gnocchi:{{UNDERCLOUD_GNOCCHI_PASSWORD}}@{{LOCAL_IP}}/gnocchi
gnocchi::db::sync::extra_opts: '--create-legacy-resource-types'
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 2
gnocchi::storage::swift::swift_authurl: "%{hiera('keystone_auth_uri')}"