diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2015-12-09 15:50:17 -0600 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2015-12-09 15:50:17 -0600 |
| commit | 8485a52b99d895a79dca3d7d384543e847b9f381 (patch) | |
| tree | 6d7a7b666c3e1e33f770f8b298ab500fd922e0d5 | |
| parent | ccbffb2ef9cfad3398e66be9156cd155880193d8 (diff) | |
| download | python-openstackclient-8485a52b99d895a79dca3d7d384543e847b9f381.tar.gz | |
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
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
