Commit daf31d66 authored by Julien Muchembled's avatar Julien Muchembled

hellorina: fix 'sla-dict' instance parameter

parent c5535fc7
...@@ -26,6 +26,7 @@ context = ...@@ -26,6 +26,7 @@ context =
<= jinja2-template-base <= jinja2-template-base
template = {{ instance_root }} template = {{ instance_root }}
extra-context = extra-context =
import urlparse urlparse
key ipv6 slap-configuration:ipv6-random key ipv6 slap-configuration:ipv6-random
raw python_location {{ python_location }} raw python_location {{ python_location }}
raw rina_proxy {{ rina_proxy }} raw rina_proxy {{ rina_proxy }}
......
...@@ -9,7 +9,7 @@ parts = ...@@ -9,7 +9,7 @@ parts =
[template] [template]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in template = ${:_profile_base_location_}/instance.cfg.in
md5sum = d2fd3ed7df0e3082608b9caf72e4f700 md5sum = e513082329961dfbbcec94e817f1e3bc
# XXX: "template.cfg" is hardcoded in instanciation recipe # XXX: "template.cfg" is hardcoded in instanciation recipe
rendered = ${buildout:directory}/template.cfg rendered = ${buildout:directory}/template.cfg
context = context =
......
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