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
This commit is contained in:
yatin 2018-06-14 12:28:30 +05:30
parent b64b16f5a2
commit 53ada40f90
1 changed files with 0 additions and 8 deletions

View File

@ -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',
}