charm-nova-cloud-controller/templates/parts/cell
liam.young@canonical.com 8aad87bcf8 Add cell template
2014-04-26 04:58:46 +00:00

7 lines
100 B
Plaintext

{% if cell_type -%}
[cells]
enable=True
name={{ cell_name }}
cell_type={{ cell_type }}
{% endif -%}