Commit 7acc8e2b authored by Rafael Monnerat's avatar Rafael Monnerat

stack/cacause: Do not use generic names

  extra-eggs conflicts with monitor setup.
parent cb63edb7
...@@ -14,7 +14,7 @@ extends = ...@@ -14,7 +14,7 @@ extends =
parts = parts =
instance-caucase instance-caucase
[extra-eggs] [caucase-extra-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = python_ca interpreter = python_ca
eggs = eggs =
...@@ -63,7 +63,7 @@ context = ...@@ -63,7 +63,7 @@ context =
raw slapos_kill_bin ${buildout:directory}/bin/slapos-kill raw slapos_kill_bin ${buildout:directory}/bin/slapos-kill
raw template_httpd_auth_conf ${template-httpd-auth-conf:location}/${template-httpd-auth-conf:filename} raw template_httpd_auth_conf ${template-httpd-auth-conf:location}/${template-httpd-auth-conf:filename}
raw openssl_executable_location ${openssl:location}/bin/openssl raw openssl_executable_location ${openssl:location}/bin/openssl
raw python_bin ${buildout:directory}/bin/${extra-eggs:interpreter} raw python_bin ${buildout:directory}/bin/${caucase-extra-eggs:interpreter}
[instance-caucase] [instance-caucase]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
...@@ -83,7 +83,7 @@ context = ...@@ -83,7 +83,7 @@ context =
raw slapos_kill_bin ${buildout:directory}/bin/slapos-kill raw slapos_kill_bin ${buildout:directory}/bin/slapos-kill
raw gunicorn_bin ${buildout:directory}/bin/gunicorn raw gunicorn_bin ${buildout:directory}/bin/gunicorn
raw openssl_executable_location ${openssl:location}/bin/openssl raw openssl_executable_location ${openssl:location}/bin/openssl
raw python_bin ${buildout:directory}/bin/${extra-eggs:interpreter} raw python_bin ${buildout:directory}/bin/${caucase-extra-eggs:interpreter}
[versions] [versions]
......
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