diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDatabag.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDatabag.py index 84e31a762bf..e29aa36307c 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDatabag.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDatabag.py @@ -143,6 +143,7 @@ class CsCmdLine(CsDataBag): md5 = hashlib.md5() md5.update(passwd) return md5.hexdigest() + def get_gateway(self): if "gateway" in self.idata(): return self.idata()['gateway']