Merge pull request #274 from enovance/bug/270/emilien
network/dhcp: fix dnsmasq configuration
This commit is contained in:
		| @@ -85,7 +85,7 @@ describe 'cloud::network::dhcp' do | ||||
|         :owner => 'root', | ||||
|         :group => 'root' | ||||
|       ) | ||||
|       verify_contents(subject, '/etc/neutron/dnsmasq-neutron.conf', ["dhcp-options-force=26,1400"]) | ||||
|       verify_contents(subject, '/etc/neutron/dnsmasq-neutron.conf', ["dhcp-option-force=26,1400"]) | ||||
|     end | ||||
|   end | ||||
|  | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| dhcp-options-force=26,<%= @veth_mtu %> | ||||
| dhcp-option-force=26,<%= @veth_mtu %> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sebastien Badia
					Sebastien Badia