Files
anvil/conf/components/quantum.yaml
Alessio Ababilov 052daddfd7 Build OpenStack packages from custom specs
Maintain spec files for OpenStack packages. Start OpenStack daemons
as native system services under different users. Write configuration
to /etc.

Implements: blueprint different-openstack-users
Implements: blueprint purge-config
Implements: blueprint package-novnc

Change-Id: I454c1e88011c75997d879bf8b90cd87c8db3f123
2013-06-17 19:54:07 -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: linuxbridge
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"
...