Stop building the driver

The idea to update driver each time when plugin is builded was wrong.
It requires too much from environment where plugins is builded.

This commit revert pre_buid_hook to void value.

Change-Id: I459bc7eefcc8e00620dc24248b0df687a65183e8
This commit is contained in:
Igor Gajsin 2016-03-02 17:54:48 +03:00
parent cc4911ae58
commit 26176e6d57
4 changed files with 1 additions and 12 deletions

View File

@ -3,7 +3,7 @@ name: fuel-plugin-vmware-dvs
# Human-readable name for your plugin
title: Neutron VMware DVS ML2 plugin
# Plugin version
version: '2.1.15'
version: '2.1.17'
# Description
description: Enable to use plugin vmware_dvs for Neutron
# Required fuel version

View File

@ -1,11 +0,0 @@
#!/usr/bin/env sh
rm repositories/ubuntu/python-vmware-dvs*
git clone git@github.com:Mirantis/vmware-dvs.git -b liberty
cd vmware-dvs
make
cp *.deb ../repositories/ubuntu
cd ..
rm -rf vmware-dvs