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:
		@@ -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']}"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user