diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-27 09:30:52 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-27 09:30:52 -0400 |
| commit | 8556c69838177bd7d13a5d281d8cdf4032f96afc (patch) | |
| tree | 8977db7909d63cd593d179cc27bc7ded4e5d89f7 /meta-openstack/recipes-devtools/python/python-nova/nova.conf | |
| parent | 86b80ab2e9cbb3a7dfc1164b0205eaffcf4f2363 (diff) | |
| download | meta-cloud-services-8556c69838177bd7d13a5d281d8cdf4032f96afc.tar.gz | |
neutron: move from OVS unified to OVS ml2 plugin
Juno removes support for the unified OVS and linuxbridge plugins. So
we switch to the ml2 OVS plugin.
This involves configuration and packaging changes.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 3cb143d..f484528 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
| @@ -18,6 +18,7 @@ my_ip = %CONTROLLER_IP% | |||
| 18 | glance_host = %CONTROLLER_IP% | 18 | glance_host = %CONTROLLER_IP% |
| 19 | lock_path=/var/lock/nova/ | 19 | lock_path=/var/lock/nova/ |
| 20 | state_path=/var/run/nova/ | 20 | state_path=/var/run/nova/ |
| 21 | linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver | ||
| 21 | 22 | ||
| 22 | #VNC | 23 | #VNC |
| 23 | vnc_enabled = True | 24 | vnc_enabled = True |
