Commit Graph

4 Commits

Author SHA1 Message Date
Stephen Finucane 6503e2426e 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: I48f31084d595c44114391e046e5fe418c1fb787a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-05-04 07:02:41 +02:00
Ben Nemec 50f0ded913 Don't let tox_install.sh error if there is nothing to do
If the package list is empty just exit successfully.

Change-Id: I1ab896cd99730ab9246cf14e440c25cfd6280df0
2018-05-01 15:48:53 +00:00
Davanum Srinivas e79d1ab159 etcd3 driver for oslo.cache
Support for oslo.cache to use the etcd3 grpc gateway based
HTTP API (/v3alpha) using the python-etd3gw library

Change-Id: I41ed9f6ea72641dc1db5fec45920dc41de5088bf
2017-05-26 10:55:25 -04:00
Tony Breeds 6597ef7dc7 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 oslo.cache.

Change-Id: I61f9e86ab0fca7a2ccfa310056c3a63e069ac2e4
2016-12-20 14:37:36 +11:00