/etc/quantum/quantum.conf: ========================== core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2 auth_strategy = keystone fake_rabbit = False rabbit_password = test123 /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini: ======================================================== sql_connection = mysql://quantum:test123@localhost:3306/quantum reconnect_interval = 2 tenant_network_type = gre tunnel_id_ranges = 1:1000 integration_bridge = br-int tunnel_bridge = br-tun local_ip = 192.168.10.6 enable_tunneling = True root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf /etc/quantum/l3_agent.ini ========================= [DEFAULT] # Show debugging output in log (sets DEBUG log level output) debug = True # L3 requires that an interface driver be set. Choose the one that best # matches your plugin. # OVS interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver # LinuxBridge # interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver # The Quantum user information for accessing the Quantum API. auth_url = http://192.168.10.6:35357/v2.0 auth_region = RegionOne admin_tenant_name = service admin_user = quantum admin_password = test123 # Use "sudo quantum-rootwrap /etc/quantum/rootwrap.conf" to use the real # root filter facility. # Change to "sudo" to skip the filtering and just run the comand directly root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf # Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and # iproute2 package that supports namespaces). use_namespaces = False # If use_namespaces is set as False then the agent can only configure one router. # This is done by setting the specific router_id. router_id = 2d257f25-d56d-497b-a6f2-69d1153249a5 # Each L3 agent can be associated with at most one external network. This # value should be set to the UUID of that external network. If empty, # the agent will enforce that only a single external networks exists and # use that external network id gateway_external_net_id = a2774019-a953-46a0-abb0-3c5936515aef # Indicates that this L3 agent should also handle routers that do not have # an external network gateway configured. This option should be True only # for a single agent in a Quantum deployment, and may be False for all agents # if all routers must have an external network gateway # handle_internal_only_routers = True # Name of bridge used for external network traffic. This should be set to # empty value for the linux bridge external_network_bridge = br-ex # IP address used by Nova metadata server metadata_ip = 192.168.10.6 # TCP Port used by Nova metadata server metadata_port = 8775 # The time in seconds between state poll requests polling_interval = 3 /etc/quantum/dhcp_agent.ini: ============================ use_namespaces = False /etc/quanrum/api-paste.ini: =========================== admin_tenant_name = service admin_user = quantum admin_password = test123