Remove python-openstackclient from global-requirements

python-openstackclient is not used in the code but it is still
included in requirements.txt and lower-constraints.txt files.

This patch removes python-openstackclient from requirements.txt
and lower-constraints.txt files.

Co-Author: shilpa.devharakar <shilpa.devharakar@nttdata.com>
Change-Id: Icd07c252002657b82b82ebd1dd664aacc8d2c80b
This commit is contained in:
nitesh.vanarase 2018-08-07 18:54:19 +05:30 committed by Shilpa Devharakar
parent 1d9b81418b
commit bedf75e102
2 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,6 @@ python-keystoneclient==3.15.0
python-masakariclient==5.0.0
python-mimeparse==1.6.0
python-novaclient==10.1.0
python-openstackclient==3.12.0
python-subunit==1.0.0
pytz==2018.3
PyYAML==3.12

View File

@ -16,5 +16,4 @@ oslo.privsep>=1.23.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-openstackclient>=3.12.0 # Apache-2.0
six>=1.10.0 # MIT