From 7aff3cdecb25d47b6e01be4894470ff8ca7605d3 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 (cherry picked from commit ea09a2f5855c1051833cf99b6d309ff4439b8ced) --- 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 a9d7dac47..1c508ec56 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -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')}"