openstack-ansible-os_neutron/tasks
Jesse Pretorius 6341bbe743 neutron_needs_openvswitch should be jinja, not a string
In I4ec4fc2c2124a941f24478cbdf39ed34c0dce56f the long conditional set
was broken out into its own variable to make it easier to grok, but
the new variable was not wrapped in jinja braces, so it's evaluated
as a string instead of jinja to interpret.

Also, all conditionals that use the variable should be checking for
a boolean value. Right now it might just consider the result true
because the variable exists, rather than the value of the variable.

Change-Id: Ic5210d62412ccf08e7d71860159aaaf37be9ddfd
2018-02-23 19:08:37 +00:00
..
providers add ml2 config for networking bgpvpn 2018-02-12 10:50:27 +01:00
main.yml Remove systemd conditionals 2018-02-16 19:32:11 +00:00
neutron_check.yml Add support for Neutron FWaaS v2 2017-09-27 06:19:20 -05:00
neutron_db_setup.yml Simplify the string check for offline db migrations 2017-08-17 10:37:47 -05:00
neutron_init_systemd.yml Remove Pike task that is labeled for removal 2018-02-16 14:14:39 +00:00
neutron_install.yml neutron_needs_openvswitch should be jinja, not a string 2018-02-23 19:08:37 +00:00
neutron_l3_ha.yml Clean up cron if l3ha legacy tool is not enabled 2017-05-04 13:30:30 +00:00
neutron_ml2_ovs_powervm.yml Enable higher performance I/O through 2016-07-20 14:59:44 -04:00
neutron_post_install.yml add ml2 config for networking bgpvpn 2018-02-12 10:50:27 +01:00
neutron_pre_install.yml Add SELinux contexts for neutron log directory 2018-02-16 14:14:23 +00:00
neutron_selinux.yml Correct variable used in SELinux context tasks 2018-02-16 20:37:17 -08:00
neutron_service_setup.yml Switch from run_once back to inventory scoping 2017-07-04 14:53:10 +00:00