summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml2
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7db58cb..54d53ec 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,6 +3,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python3-train-jobs
+ - openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- publish-to-pypi
diff --git a/setup.cfg b/setup.cfg
index 064dba6..a9a58c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ summary = Tools required to be installed on Heat provisioned cloud instances
description-file =
README.rst
author = OpenStack
-author-email = openstack-dev@lists.openstack.org
+author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
diff --git a/tox.ini b/tox.ini
index 7841f1d..7c6a24c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py27,py37,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}