From 099df4a174f8e1dbf29197bea1052a9d9a71d66c Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 21 Apr 2018 15:04:48 +0000 Subject: [PATCH] Remove os-vif from requirements After the split out of nova-docker driver, we don't need os-vif anymore. Remove it in this patch. Change-Id: Ie2960dfac3d8ce0ebb34a833384ae361b718b160 Partial-Bug: #1765962 --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index a81c53784..9b20ef1cf 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -70,7 +70,6 @@ os-brick==2.2.0 os-client-config==1.29.0 os-service-types==1.2.0 os-testr==1.0.0 -os-vif==1.7.0 os-win==4.0.0 osc-lib==1.10.0 oslo.cache==1.29.0 diff --git a/requirements.txt b/requirements.txt index d1746f7e6..f8cd8ab03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,6 @@ oslo.versionedobjects>=1.31.2 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslo.db>=4.27.0 # Apache-2.0 -os-vif!=1.8.0,>=1.7.0 # Apache-2.0 os-brick>=2.2.0 # Apache-2.0 six>=1.10.0 # MIT WSME>=0.8.0 # MIT