Merge pull request #274 from enovance/bug/270/emilien

network/dhcp: fix dnsmasq configuration
This commit is contained in:
Sebastien Badia
2014-02-19 16:52:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
dhcp-options-force=26,<%= @veth_mtu %>
dhcp-option-force=26,<%= @veth_mtu %>