Commit 6e8579dd authored by Rafael Monnerat's avatar Rafael Monnerat

Add Missing parameter.

parent 5c55e0e9
...@@ -623,7 +623,7 @@ class Slapgrid(object): ...@@ -623,7 +623,7 @@ class Slapgrid(object):
server_url=self.master_url, server_url=self.master_url,
software_release_url=software_url, software_release_url=software_url,
certificate_repository_path=self.certificate_repository_path, certificate_repository_path=self.certificate_repository_path,
console=self.console console=self.console, buildout=self.buildout
) )
if computer_partition.getState() == "destroyed": if computer_partition.getState() == "destroyed":
try: try:
......
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