mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Merge remote-tracking branch 'origin/4.13' into 4.14
Fixes forward-merge lint issue Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
4659cff597
commit
3de5ca9871
@ -189,10 +189,10 @@ class CsDhcp(CsDataBag):
|
|||||||
else:
|
else:
|
||||||
tag = entry['ipv4_address'].replace(".", "_")
|
tag = entry['ipv4_address'].replace(".", "_")
|
||||||
self.cloud.add("%s,set:%s,%s,%s,%s" % (entry['mac_address'],
|
self.cloud.add("%s,set:%s,%s,%s,%s" % (entry['mac_address'],
|
||||||
tag,
|
tag,
|
||||||
entry['ipv4_address'],
|
entry['ipv4_address'],
|
||||||
entry['host_name'],
|
entry['host_name'],
|
||||||
lease))
|
lease))
|
||||||
self.dhcp_opts.add("%s,%s" % (tag, 3))
|
self.dhcp_opts.add("%s,%s" % (tag, 3))
|
||||||
self.dhcp_opts.add("%s,%s" % (tag, 6))
|
self.dhcp_opts.add("%s,%s" % (tag, 6))
|
||||||
self.dhcp_opts.add("%s,%s" % (tag, 15))
|
self.dhcp_opts.add("%s,%s" % (tag, 15))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user