Fix adding lnx bond to ovs bridge issue

Change-Id: I77879ee472c9860e30c7117c3903d15f0b009195
Closes-bug: #1524355
This commit is contained in:
Stanislav Makar 2015-12-09 14:45:14 +00:00
parent 40921ee789
commit 0b17c3e630
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ Puppet::Type.type(:l2_bond).provide(:lnx, :parent => Puppet::Provider::Lnx_base)
defaultfor :osfamily => :linux
commands :iproute => 'ip',
:ethtool_cmd => 'ethtool',
:brctl => 'brctl'
:brctl => 'brctl',
:ovs_vsctl => 'ovs-vsctl'
def self.prefetch(resources)