Commit 7034e4af authored by Vivien Alger's avatar Vivien Alger

Reorganized parameters at the beggining

parent 0b50e5f0
...@@ -47,13 +47,13 @@ class Recipe(BaseSlapRecipe): ...@@ -47,13 +47,13 @@ class Recipe(BaseSlapRecipe):
Returns : List path_list Returns : List path_list
""" """
self.path_list = [] self.path_list = []
self.requirements, self.ws = self.egg.working_set()
self.cron_d = self.installCrond()
self.ca_conf = self.installCertificateAuthority() self.ca_conf = self.installCertificateAuthority()
self.key_path, self.certificate_path = self.requestCertificate('noVNC') self.key_path, self.certificate_path = self.requestCertificate('noVNC')
self.requirements, self.ws = self.egg.working_set()
self.cron_d = self.installCrond()
kvm_conf = self.installKvm(vnc_ip = self.getLocalIPv4Address()) kvm_conf = self.installKvm(vnc_ip = self.getLocalIPv4Address())
vnc_port = 5900 + kvm_conf['vnc_display'] vnc_port = 5900 + kvm_conf['vnc_display']
......
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