Do not request frontend during development

parent bd7a3307
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
############################# #############################
[buildout] [buildout]
parts = parts =
request-slave-frontend
certificate-authority certificate-authority
kvm-promise kvm-promise
novnc-promise novnc-promise
...@@ -129,5 +128,5 @@ return = frontend_url ...@@ -129,5 +128,5 @@ return = frontend_url
[publish-kvm-connection-information] [publish-kvm-connection-information]
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
backend_url = https://[$${novnc-instance:ip}]:$${novnc-instance:port}/vnc_auto.html?host=[$${novnc-instance:ip}]&port=$${novnc-instance:port}&encrypt=1 backend_url = https://[$${novnc-instance:ip}]:$${novnc-instance:port}/vnc_auto.html?host=[$${novnc-instance:ip}]&port=$${novnc-instance:port}&encrypt=1
frontend_url = $${request-slave-frontend:frontend_url} #frontend_url = $${request-slave-frontend:frontend_url}
vnc_passwd = $${kvm-instance:passwd} vnc_passwd = $${kvm-instance:passwd}
...@@ -169,7 +169,7 @@ command = ...@@ -169,7 +169,7 @@ command =
[template-kvm] [template-kvm]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-kvm.cfg url = ${:_profile_base_location_}/instance-kvm.cfg
md5sum = ce62abe1edabc78a4baa574a39d7faa0 md5sum = aad608d3abfb69b4d9f73e4be206b091
output = ${buildout:directory}/template-kvm.cfg output = ${buildout:directory}/template-kvm.cfg
mode = 0644 mode = 0644
......
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