diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py index c26bc8bf4b4..5c6bdae3502 100644 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py @@ -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: