Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 1dc4cbef6b Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Id0c51375402e9ee1255d25c685821bace9b6084a
2017-12-02 16:59:28 +00:00
Tony Breeds 64e41e103d Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-tackerclient.

Change-Id: Ibf4801a72637840cc5f908c4938c5d95077ef9d7
2016-12-21 13:29:52 +11:00
Isaku Yamahata ffa7a582e5 rename neutron to tacker
Change-Id: I89e4126cdddcf91c6b375b898c06773941db2a9c
2014-07-04 19:10:48 +09:00
Isaku Yamahata 872ab5e336 import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18
Imports python-neutornclient whose changeset is as follows

> commit 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18
> Merge: 9c77675 cbdd56d
> Author: Jenkins <jenkins@review.openstack.org>
> Date:   Sat Jun 14 04:46:39 2014 +0000
>
>     Merge "Add OverQuotaClient as exception to neutronclient"

Change-Id: I596915c60d349eb5afbc3de245f580f2dd37e270
2014-07-04 19:10:19 +09:00