From 13f4f483daad261223e2721869c9f5f062205be9 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 16:59:45 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ic1b2673587a207e4f075a0bcbe9ec256aa3a0c35 --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d40a86e..1956fd4 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ based on `Ironic Python Agent`_. * Free software: Apache license * Documentation: https://docs.openstack.org/ironic-python-agent-builder -* Source: https://git.openstack.org/cgit/openstack/ironic-python-agent-builder +* Source: https://opendev.org/openstack/ironic-python-agent-builder * Bugs: https://storyboard.openstack.org/#!/project/948 .. _Ironic Python Agent: https://docs.openstack.org/ironic-python-agent diff --git a/tox.ini b/tox.ini index 35b571d..9ad8ddc 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