From a79e2b26552190eb9fd642029561a301fa3e68a0 Mon Sep 17 00:00:00 2001 From: Hamdy Khader Date: Wed, 31 Aug 2016 11:12:06 +0000 Subject: [PATCH] Fix start_sriov_vm.sh logger_print: command not found The script was missing "source /sbin/common". Closes-Bug: 1618832 Change-Id: I70525f2e4698904ef7b47d2abb745c4fe745eeaf --- deployment_scripts/user_scripts/start_sriov_vm | 2 ++ metadata.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment_scripts/user_scripts/start_sriov_vm b/deployment_scripts/user_scripts/start_sriov_vm index 3f7e8ba..9db3ad5 100755 --- a/deployment_scripts/user_scripts/start_sriov_vm +++ b/deployment_scripts/user_scripts/start_sriov_vm @@ -14,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +source /sbin/common + usage() { echo "Usage: `basename $0` [-f vm_flavor | -h]" echo " This script is used to start a VM with a flavor using SR-IOV image." diff --git a/metadata.yaml b/metadata.yaml index 8a5fe11..85f425b 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -5,7 +5,7 @@ name: mellanox-plugin title: Mellanox ConnectX-4 Openstack Features # Plugin version -version: 3.2.0 +version: 3.2.1 # Description description: Enable features over Mellanox ConnectX-4 Adapters