Forbid bonding of sr-iov enabled interfaces

Fuel UI checks bonding type availability conditions
and forbids bonding of interfaces with no bonding type available

Partial-Bug: #1558996

Change-Id: I39a41e87dc7d0441e015f38c28e4547a7010523f
This commit is contained in:
Julia Aranovich 2016-03-29 15:22:11 +03:00
parent d8a1887806
commit 5dd91c9b3f
1 changed files with 2 additions and 2 deletions

View File

@ -377,8 +377,8 @@
networks_metadata:
bonding:
availability:
- ovs: "interface:pxe == false and interface:interface_properties.dpdk.available"
- linux: "true"
- ovs: "interface:pxe == false and interface:interface_properties.dpdk.available and not interface:interface_properties.sriov.enabled"
- linux: "not interface:interface_properties.sriov.enabled"
properties:
linux:
mode: