kayobe/ansible/roles/kolla-openstack/templates/nova.conf.j2
Mark Goddard 288d7dcb94 Remove nova configuration options which are not necessary in pike
Following the pike release, we do not need to use the baremetal scheduler filters
in nova, as scheduling is done using resource classes.
2017-10-17 13:23:51 +00:00

10 lines
157 B
Django/Jinja

# {{ ansible_managed }}
{% if kolla_extra_nova %}
#######################
# Extra configuration
#######################
{{ kolla_extra_nova }}
{% endif %}