Commit 139a2d9c authored by Alain Takoudjou's avatar Alain Takoudjou

kvm: wait until novnc certificate is generated before start websockify service

parent 6112dc22
......@@ -283,6 +283,9 @@ recipe = slapos.cookbook:wrapper
command-line = ${websockify-sighandler:wrapper-path}
wrapper-path = ${directory:services}/websockify
hash-files = ${buildout:directory}/software_release/buildout.cfg
wait-for-files =
${ca-novnc:key-file}
${ca-novnc:cert-file}
[certificate-authority]
recipe = slapos.cookbook:certificate_authority
......
......@@ -99,7 +99,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/instance-kvm.cfg.jinja2
mode = 644
md5sum = 1c58191b69c3e140dd9700e86195650a
md5sum = b4a95f8398dac8de58254899b4545439
download-only = true
on-update = true
......
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