Enable use_namespaces setting for quantum agents.
Change-Id: I060c381cc9dc858a979e072b78bde6a55ad69472
This commit is contained in:
parent
00114f6e90
commit
f501494bce
@ -10,4 +10,4 @@ state_path = /var/run/quantum
|
|||||||
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
|
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
|
||||||
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
|
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
|
||||||
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
|
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
|
||||||
use_namespaces = False
|
use_namespaces = True
|
||||||
|
@ -16,4 +16,4 @@ admin_tenant_name = service
|
|||||||
admin_user = quantum
|
admin_user = quantum
|
||||||
admin_password = {{service-password}}
|
admin_password = {{service-password}}
|
||||||
metadata_ip = 192.168.0.1
|
metadata_ip = 192.168.0.1
|
||||||
use_namespaces = False
|
use_namespaces = True
|
||||||
|
Loading…
Reference in New Issue
Block a user