anvil/conf/components/quantum.yaml
Anastasia Karpinska f12819dc78 Add Openvswitch component
Change-Id: I39fb2d91fc07ff349eeb8284c7cd592d30487b85
2013-06-17 23:27:21 -07:00

25 lines
561 B
YAML

# Settings for component quantum-client
---
# Where we download this from...
get_from: "git://github.com/openstack/quantum.git?branch=master"
# Host and ports for the different quantum services
api_host: "$(auto:ip)"
api_port: 9696
protocol: http
core_plugin: openvswitch
network_vlan_ranges: physnet1:100:299
physical_interface_mappings: physnet1:100:299
patches:
# After check-out/download time patches
download:
# Require kombu>=1.0.4. Original requirement kombu==1.0.4
# breaks yum
- "conf/patches/quantum/kombu-requirement.patch"
...