tripleo-image-elements/elements/neutron-ovs-cleanup
Dan Prince 36747804b1 Neutron: don't hard code the venv dir
Updates the neutron* elements so that we use a new
NEUTRON_VENV_DIR variable (set via an environment.d hook)
to configure the installation directory for git installs.

This is cleaner in that we aren't hard coding /opt/stack/venv
everywhere and also supports both isolated and shared
venvs (which some people would like to use).

Change-Id: Ib9bf3ba32ff4da798f5e9a776bd75c7e321fd543
2014-03-12 09:49:10 -04:00
..
install.d/neutron-source-install Neutron: don't hard code the venv dir 2014-03-12 09:49:10 -04:00
os-refresh-config/post-configure.d Add new neutron-ovs-cleanup element. 2014-01-13 15:02:30 -05:00
README.md Add new neutron-ovs-cleanup element. 2014-01-13 15:02:30 -05:00
element-deps Add new neutron-ovs-cleanup element. 2014-01-13 15:02:30 -05:00

README.md

Install and configure OpenStack Networking cleanup utility.

We use this utility to cleanup all OVS ports on reboot. This helps fix a race condition where DHCP on reboot fails due to the fact that Openvswitch starts after networking on most distros.

Currently supports systemd distributions only.