more
This commit is contained in:
parent
cade073c37
commit
977581b761
@ -139,7 +139,7 @@ class PhyNICMTUContext(context.NeutronPortContext):
|
||||
ctxt = {}
|
||||
port = config('phy-nics')
|
||||
if port:
|
||||
ctxt = {"devs": port.replace(' ', '\n')}
|
||||
ctxt = {"devs": port.replace(' ', '\\n')}
|
||||
mtu = config('phy-nic-mtu')
|
||||
if mtu:
|
||||
ctxt['mtu'] = mtu
|
||||
|
Loading…
x
Reference in New Issue
Block a user