Merge "Replace platform_family method and use attribute instead"

This commit is contained in:
Zuul 2017-10-29 02:57:20 +00:00 committed by Gerrit Code Review
commit a2ac02958f
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'],