Send connection parameters as string, allowing easy comparison by libslap

parent cb528baf
......@@ -132,7 +132,7 @@ class Recipe(GenericSlapRecipe):
self.setConnectionDict(
dict(url="%s%s" % (site_url, slave['resource']),
domainname=self.options['domain'],
port=self.options['port'],
port=str(self.options['port']),
resource=slave['resource']),
slave['reference'])
except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment