Skip to content

Instantly share code, notes, and snippets.

@AdamJacobMuller
Created November 21, 2012 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamJacobMuller/dbaf0a028870505eb2e2 to your computer and use it in GitHub Desktop.
Save AdamJacobMuller/dbaf0a028870505eb2e2 to your computer and use it in GitHub Desktop.
[DEFAULT]
verbose = True
debug = True
bind_host = 0.0.0.0
bind_port = 9696
core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
api_paste_config = /etc/quantum/api-paste.ini
sql_connection=mysql://quantum:@10.145.3.252/quantum
auth_strategy = keystone
control_exchange = quantum
rabbit_host=10.145.3.254
notification_driver = quantum.openstack.common.notifier.list_notifier
list_notifier_drivers = quantum.openstack.common.notifier.rabbit_notifier
[QUOTAS]
quota_driver = quantum.extensions._quotav2_driver.DbQuotaDriver
@AdamJacobMuller
Copy link
Author

[DATABASE]
sql_connection=mysql://quantum:@10.145.3.252/quantum
reconnect_interval = 2
[OVS]
tenant_network_type=vlan
network_vlan_ranges = physnet1:1000:2023
tunnel_id_ranges =
integration_bridge = br-int
bridge_mappings = physnet1:br-eth1
enable_tunneling = False
[AGENT]
polling_interval = 2
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment