Role os_neutron for OpenStack-Ansible
Go to file
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
defaults Merge "add ml2 config for networking bgpvpn" 2018-02-19 10:37:00 +00:00
doc add ml2 config for networking bgpvpn 2018-02-12 10:50:27 +01:00
examples [DOCS] Move over the Neutron Plugins docs 2016-08-15 21:51:56 +00:00
files Fix SELinux policy filenames 2018-01-31 12:45:51 -06:00
handlers Remove systemd conditionals 2018-02-16 19:32:11 +00:00
meta Merge "Remove pip_install dependency" 2017-12-06 09:43:36 +00:00
releasenotes Merge "add ml2 config for networking bgpvpn" 2018-02-19 10:37:00 +00:00
tasks neutron_needs_openvswitch should be jinja, not a string 2018-02-23 19:08:37 +00:00
templates Merge "add ml2 config for networking bgpvpn" 2018-02-19 10:37:00 +00:00
tests Merge "add ml2 config for networking bgpvpn" 2018-02-19 10:37:00 +00:00
vars neutron_needs_openvswitch should be jinja, not a string 2018-02-23 19:08:37 +00:00
zuul.d Merge "add ml2 config for networking bgpvpn" 2018-02-19 10:37:00 +00:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:51 +00:00
.gitreview Implement base configuration for independent repository 2016-03-01 13:21:12 -08:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:26 +00:00
CONTRIBUTING.rst Update links in some docs 2017-09-18 01:09:50 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 09:24:41 +01:00
README.rst Update the url links in doc file of openstack-ansible-os_neutron 2018-02-07 08:10:19 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 20:08:41 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 14:04:40 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:58 +00:00
test-requirements.txt Updated from global requirements 2018-01-27 18:14:01 +00:00
tox.ini add ml2 config for networking bgpvpn 2018-02-12 10:50:27 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-01-22 16:56:08 +00:00

Team and repository tags

image

OpenStack-Ansible neutron

Ansible role that installs and configures OpenStack neutron.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_neutron/latest/

The project home is at:

https://launchpad.net/openstack-ansible