network/dhcp: fix dnsmasq configuration

I introduced a bug in the last patchset in the dnsmasq options.
This patch aims to fix it.

Close #270
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-02-19 16:50:25 +01:00
parent f1d4ac9e02
commit 69778e35be
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 %>