tripleo-image-elements/elements/neutron-network-node
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 package install support to neutron 2014-01-28 13:44:33 -05:00
README.md Update network configuration for overclouds. 2013-08-13 09:12:32 +12:00
element-deps Split neutron-dhcp-agent into it's own element. 2013-09-18 17:49:06 +12:00

README.md

Install components for Neutron network node.

Configuration

No network-node specific configuration exists. See the neutron-openvswitch-agent element for configuration parameters.

A typical ovs configuration will set:

neutron:
  ovs:
    enable_tunneling: 'True'
    public_interface: eth0
    physical_bridge: br-ex
    tenant_network_type: gre