From ec09f04b880dff61a1aa984ee7b1beb2f7347248 Mon Sep 17 00:00:00 2001 From: Ian Southam Date: Thu, 27 Nov 2014 15:14:07 +0100 Subject: [PATCH] Small bug --- systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: