Fix floating IP problem in IB

Upgrade cirros image netmask.

Change-Id: I981320e4b1885781584bd42921a195158115d312
This commit is contained in:
Aviram Bar-Haim 2015-06-28 20:03:15 +03:00
parent f363e8a558
commit 6fd9e82364
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ name: mellanox-plugin
title: Mellanox Openstack features
# Plugin version
version: 0.2.26
version: 0.2.27
# Description
description: Enable features over Mellanox hardware

View File

@ -69,7 +69,7 @@ function get_packages() {
old_rpms="${PLUGIN_DIR}/repositories/centos/Packages/*.rpm"
rpm_files="cirros-testvm-mellanox-0.3.2-1.mira3.x86_64.rpm
cirros-testvm-mellanox-ib-0.3.2-6.el6.x86_64.rpm
cirros-testvm-mellanox-ib-0.3.2-7.el6.x86_64.rpm
eswitchd-0.11-5.el6.x86_64.rpm
mlnx-dnsmasq-2014.2.2-1.noarch.rpm
mlnx-ofed-fuel-2.3-2.0.8.el6.x86_64.rpm
@ -78,7 +78,7 @@ get_packages "rpm" "$old_rpms" "$rpm_files"
old_debs="${PLUGIN_DIR}/repositories/ubuntu/*.deb"
deb_files="cirros-testvm-mellanox_0.3.2-ubuntu3_amd64.deb
cirros-testvm-mellanox-ib_0.3.2-6_amd64.deb
cirros-testvm-mellanox-ib_0.3.2-7_amd64.deb
eswitchd_0.11-5_amd64.deb
mlnx-dnsmasq_2014.2.2-1_all.deb
mlnx-ofed-fuel_2.3-2.0.8_amd64.deb"