From ea09a2f5855c1051833cf99b6d309ff4439b8ced Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Tue, 28 Mar 2017 08:18:39 -0400 Subject: [PATCH] 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 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 - 1 file changed, 1 deletion(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index d92540637..0dd6c3245 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -338,7 +338,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')}"