tobiko/infrared/tasks/templates/tobiko.conf.j2
Federico Ressi 07ea422696 Implement Glance image management (setup and cleanup)
Change-Id: Ibba2b2ea4ca2e919aca3bbdde225db8f0b79450c
2019-06-27 07:46:03 +02:00

15 lines
197 B
Django/Jinja

[DEFAULT]
debug = true
log_file = tobiko.log
log_dir = .
[cirros]
image_name = cirros
[nova]
flavor = m1.tiny
key_file = ~/.ssh/id_rsa
[neutron]
floating_network = "{{ test.floating_network }}"