openstack-ansible-lxc_hosts/templates/systemd-proxy-unit.conf.j2
Major Hayden de1b45553e Download LXC image with async via aria2
This patch adds an async task to download the LXC image using aria2
with retries and read timeouts.

Closes-Bug: 1709329
Change-Id: Ib9ec6195dcb7e0e4b18b8526f030e6738f9953e8
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-08-15 12:34:26 +00:00

7 lines
163 B
Django/Jinja

# {{ ansible_managed }}
[Service]
{% for key, value in (deployment_environment_variables | default({})).items() %}
Environment={{ key }}={{ value }}
{% endfor %}