Commit Graph

4 Commits

Author SHA1 Message Date
Lingxian Kong 7d78c74158 Add python-troveclient in requirements.txt
Change-Id: I2bd0d81171df85c05423e19ab2e4afa82fcf880e
2020-03-15 20:57:39 +13:00
Lingxian Kong 52c5646a9d Fix trovestack tox job
Change-Id: I9662c4c23f3d2879d78e26fe4b32a6f55b6cfb99
2019-12-19 13:54:26 +13:00
Lingxian Kong eafd303e0a Use opendev.org instead of git.openstack.org
After moving to opendev.org, the following command fails when building
the Trove guest image:

curl -o /opt/stack/devstack/upper-constraints.txt \
  'https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master'

https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
should be used instead.

Other places using git.openstack.org are also changed.

Change-Id: Id357dd61e229e3336219723c1c1ae6b50e983f26
2019-04-22 00:05:41 +12:00
Marcin Piwowarczyk 6c6d43eb1a Use latests version of python-troveclient in tests
This patchset changes version of python-troveclient package version
used in tests.
So far, version from global constrain file was used [1].

In order to achive this, a local constrain file for tests requirements
has been added. This made it possible to override global constrain
versions.

[1] openstack/requirements/upper-constraints.txt

Change-Id: Ic4383f0249e5bd367461f63f66217af959aefba4
Signed-off-by: Marcin Piwowarczyk <m.piwowarczy@samsung.com>
2018-09-14 10:33:29 +02:00