From 201bcb49fad4a042787df354354483928809b6e5 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:38:10 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ieb7ea6c0d9d825d05388201d481fe6619df6e286 --- HACKING.rst | 2 +- README.rst | 8 ++++---- tox.ini | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index cd3c49c..3392185 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ openstack Style Commandments -=============================================== +============================ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index e90f0bb..e02e663 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== -openstack -=============================== +======================= +keystone-tempest-plugin +======================= Tempest plugin keystone_tempest_plugin @@ -12,5 +12,5 @@ documentation`_. * Free software: Apache license * Documentation: https://docs.openstack.org/keystone/latest/ -* Source: http://git.openstack.org/cgit/openstack/keystone-tempest-plugin +* Source: http://opendev.org/openstack/keystone-tempest-plugin * Bugs: http://bugs.launchpad.net/keystone_tempest_plugin diff --git a/tox.ini b/tox.ini index 2e16767..de73d26 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning