7328ff55e3
Change-Id: I8be53fcc926f5b0ab425b31e74fefe2c247acbec
18 lines
365 B
YAML
18 lines
365 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
|
|
|
|
...
|