mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Small bug
This commit is contained in:
parent
84624091fd
commit
ec09f04b88
@ -110,7 +110,7 @@ class CsDnsMasq(object):
|
||||
self.updated = self.updated | CsHelper.addifmissing(CLOUD_CONF, line)
|
||||
# Next add the domain
|
||||
# if this is a guest network get it there otherwise use the value in resolv.conf
|
||||
gn = CsGuestNetwork(device, self.cl)
|
||||
gn = CsGuestNetwork(device, self.config)
|
||||
line = "dhcp-option=tag:interface-%s,15,%s" % (device, gn.get_domain())
|
||||
self.updated = self.updated | CsHelper.addifmissing(CLOUD_CONF, line)
|
||||
if self.updated:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user