From 53ada40f907f44c7f18e3797b4caf6b9fc3a7eb0 Mon Sep 17 00:00:00 2001 From: yatin Date: Thu, 14 Jun 2018 12:28:30 +0530 Subject: [PATCH] Remove the deprecated parameters for gnocchi puppet-gnocchi removed the deprecated params in [1], this patch cleans up in packstack. [1] https://review.openstack.org/#/c/569532 Change-Id: I53ccc22c04c9aa430ee3e037dd8f7b46d1366295 --- packstack/puppet/modules/packstack/manifests/gnocchi.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packstack/puppet/modules/packstack/manifests/gnocchi.pp b/packstack/puppet/modules/packstack/manifests/gnocchi.pp index e5cc6fb5b..717fb45a2 100644 --- a/packstack/puppet/modules/packstack/manifests/gnocchi.pp +++ b/packstack/puppet/modules/packstack/manifests/gnocchi.pp @@ -15,11 +15,6 @@ class packstack::gnocchi () database_connection => "mysql+pymysql://gnocchi:${gnocchi_cfg_db_pw}@${gnocchi_cfg_mariadb_host}/gnocchi?charset=utf8", } - $bind_host = hiera('CONFIG_IP_VERSION') ? { - 'ipv6' => '::0', - default => '0.0.0.0', - } - class { '::gnocchi::keystone::authtoken': auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'), auth_url => hiera('CONFIG_KEYSTONE_ADMIN_URL'), @@ -28,7 +23,6 @@ class packstack::gnocchi () } class { '::gnocchi::api': - host => $bind_host, service_name => 'httpd', sync_db => true, } @@ -40,8 +34,6 @@ class packstack::gnocchi () class {'::gnocchi::statsd': resource_id => '5e3fcbe2-7aab-475d-b42c-a440aa42e5ad', - user_id => 'e0ca4711-1128-422c-abd6-62db246c32e7', - project_id => 'af0c88e8-90d8-4795-9efe-57f965e67318', archive_policy_name => 'high', flush_delay => '10', }