anvil/conf/components/openvswitch.yaml
Stanislav Kudriashev 0b84a8b8d4 Openvswitch component implemented
* Openvswitch installer and uninstaller components added.
* Openvswitch component configuration added.
* RHEL distro updated with openvswitch commands.
* Components order corrected in personas files.
* Openvswitch configuring script removed.

Change-Id: I418f5b783da4db7c63c03c8bd3db21fbddbd8cd7
2013-11-21 11:36:24 +02:00

9 lines
148 B
YAML

# Settings for component openvswitch
---
# List of bridges to manage
bridges:
- $(neutron:external_bridge)
- $(neutron:integration_bridge)
...