diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-08 11:53:07 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-08 11:53:07 +0800 |
commit | 6319f3b55bee59f8de4524353fc1ac200d91bddb (patch) | |
tree | 960f1b60a3e31d01c167292518ea1223b71c3523 /gvnfmadapter | |
parent | c70b72ba6982e077d997f5ea87e4dd3e2ff5634c (diff) |
Update vfc-gvnfm-driver info
Trigger the verify and merge job for first time.
Change-Id: Icc96c3146a77cb3b7cfdc921222fb19f13dbde6c
Issue-ID: VFC-84
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter')
-rw-r--r-- | gvnfmadapter/initialize.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gvnfmadapter/initialize.sh b/gvnfmadapter/initialize.sh index 7ace382..3425019 100644 --- a/gvnfmadapter/initialize.sh +++ b/gvnfmadapter/initialize.sh @@ -12,4 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + pip install -r requirements.txt |