mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
lxc: reconfigure fix gateway
This commit is contained in:
parent
eafc398724
commit
08c1125c28
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user