Merge "Fix sriovnicswitch vendor ID to static value"

This commit is contained in:
Jenkins 2016-03-16 17:02:47 +00:00 committed by Gerrit Code Review
commit 5f1081cd71
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if ( $mlnx['driver'] == 'mlx4_en' and $mlnx['mlnx_qos'] ) {
}
if ($mlnx['sriov']) {
$pci_vendor_devices = generate ("/bin/bash", "-c", 'lspci -nn | grep -i Mellanox | grep -i virtual | awk \'{print $NF}\' | sort -u | tr -d \']\' | tr -d \'[\'')
$pci_vendor_devices = '15b3:1004,15b3:1014,8086:10ca'
$agent_required = 'True'
class { 'mellanox_openstack::controller_sriov' :
eswitch_vnic_type => $eswitch_vnic_type,