lxc: reconfigure fix gateway

This commit is contained in:
Mathieu Le Marec - Pasquet 2015-03-27 20:15:52 +01:00
parent eafc398724
commit 08c1125c28

View File

@ -3742,6 +3742,7 @@ def reconfigure(name,
make_kw = salt.utils.odict.OrderedDict([
('autostart', autostart),
('cpu', cpu),
('gateway', gateway),
('cpuset', cpuset),
('cpushare', cpushare),
('network_profile', network_profile),