0b84a8b8d4
* 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
9 lines
148 B
YAML
9 lines
148 B
YAML
# Settings for component openvswitch
|
|
---
|
|
|
|
# List of bridges to manage
|
|
bridges:
|
|
- $(neutron:external_bridge)
|
|
- $(neutron:integration_bridge)
|
|
|
|
... |