summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova/nova.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-10-27 09:30:52 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-10-27 09:30:52 -0400
commit8556c69838177bd7d13a5d281d8cdf4032f96afc (patch)
tree8977db7909d63cd593d179cc27bc7ded4e5d89f7 /meta-openstack/recipes-devtools/python/python-nova/nova.conf
parent86b80ab2e9cbb3a7dfc1164b0205eaffcf4f2363 (diff)
downloadmeta-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.conf1
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%
18glance_host = %CONTROLLER_IP% 18glance_host = %CONTROLLER_IP%
19lock_path=/var/lock/nova/ 19lock_path=/var/lock/nova/
20state_path=/var/run/nova/ 20state_path=/var/run/nova/
21linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
21 22
22#VNC 23#VNC
23vnc_enabled = True 24vnc_enabled = True