Commit 15a75cf3 authored by Antoine Catton's avatar Antoine Catton

Pass the bridge name to lxc.conf.in

parent 80292a63
......@@ -32,7 +32,7 @@ wget-binary = ${wget:location}/bin/wget
recipe = slapos.cookbook:template
template = ${lxc-conf-in:location}/${lxc-conf-in:filename}
output = $${rootdirectory:etc}/lxc.conf
bridge =
bridge = $${slap-connection:bridge-name}
interface = lxc$${slap-network-information:network-interface}
name = $${uuid:uuid}
rootfs = $${rootfs:downloaded-file}
......
......@@ -29,7 +29,7 @@ mode = 0644
[template-lxc]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-lxc.cfg
md5sum = 24eadd1159b95040648abfec4c5f332e
md5sum = 7be7335c6d6d26a6e1f22717bba89769
output = ${buildout:directory}/template-lxc.cfg
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