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:
parent
f1d4ac9e02
commit
69778e35be
@ -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 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user