Enable use_namespaces setting for quantum agents.

Change-Id: I060c381cc9dc858a979e072b78bde6a55ad69472
This commit is contained in:
Tim Miller 2013-04-03 21:27:41 -07:00
parent 00114f6e90
commit f501494bce
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ state_path = /var/run/quantum
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
use_namespaces = False
use_namespaces = True

View File

@ -16,4 +16,4 @@ admin_tenant_name = service
admin_user = quantum
admin_password = {{service-password}}
metadata_ip = 192.168.0.1
use_namespaces = False
use_namespaces = True