Fix dnsmasq centos for 7.1

Change the 6.5 dnsmasq checking to not include 7.1 which contains
the package fixes.

Change-Id: Ic9b8e2151f6218522dc592d3974073ea446559ac
Closes-Bug: #1483794
This commit is contained in:
Mark Vanderwiel 2015-08-11 10:25:36 -05:00
parent 08bd03d011
commit 2d463d69ec
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ end
case node['platform']
when 'centos'
if node['platform_version'].to_f >= 6.5
if node['platform_version'].to_f < 7.1
dnsmasq_file = "#{Chef::Config[:file_cache_path]}/#{node['openstack']['network']['dhcp']['dnsmasq_rpm_version']}"