From 8485a52b99d895a79dca3d7d384543e847b9f381 Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Wed, 9 Dec 2015 15:50:17 -0600 Subject: Remove python-neutronclient requirement Now that the neutron support is using the openstacksdk requirement, the python-neutronclient requirement can be removed. Change-Id: Ieefac297e136f2f2997ec41cef2673e814c75b55 Related-to: blueprint neutron-client --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bce74a2..f7113547 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,5 @@ python-glanceclient>=0.18.0 python-keystoneclient!=1.8.0,>=1.6.0 python-novaclient!=2.33.0,>=2.29.0 python-cinderclient>=1.3.1 -python-neutronclient>=2.6.0 requests>=2.8.1 stevedore>=1.5.0 # Apache-2.0 -- cgit v1.2.1