Replace platform_family method and use attribute instead

Change-Id: I1cc48f0cf67aee76372b69f86323210c933f67fd
Closes-Bug: #1724987
This commit is contained in:
Seb-Solon 2017-10-25 21:26:26 -04:00
parent d6736f20ac
commit 994abe4551
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ default['openstack']['telemetry-metric']['gnocchi-upgrade-options'] = ''
# path of the CA cert files for SSL (Apache)
default['openstack'][ts]['ssl']['ca_certs_path'] = "#{node['openstack'][ts]['ssl']['basedir']}/certs/"
end
case platform_family
case node['platform_family']
when 'rhel'
default['openstack']['telemetry']['platform'] = {
'common_packages' => ['openstack-ceilometer-common'],