From 264a1327c89e9af9f6ae4e7773980624f653f67e Mon Sep 17 00:00:00 2001 From: Le Hou Date: Tue, 23 Apr 2019 16:06:32 +0800 Subject: [PATCH] Update to opendev Change-Id: I812238cc25020b2eb333879ae4e3ae4feba14a77 --- README.rst | 8 ++++---- doc/source/index.rst | 2 +- doc/source/install/install.rst | 4 ++-- tox.ini | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 5a201d0..d233966 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,10 @@ Other Resources * Source code: - * `Blazar `__ - * `Nova scheduler filter `__ - * `Client tools `__ - * `Dashboard (Horizon plugin) `__ + * `Blazar `__ + * `Nova scheduler filter `__ + * `Client tools `__ + * `Dashboard (Horizon plugin) `__ * Blueprints/Bugs: https://launchpad.net/blazar * Documentation: https://docs.openstack.org/blazar/latest/ diff --git a/doc/source/index.rst b/doc/source/index.rst index aeb1cfe..8a1a918 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,7 +5,7 @@ Blazar Dashboard Blazar Dashboard is a Horizon plugin for the Blazar Reservation service. * Free software: Apache license -* Source: https://git.openstack.org/cgit/openstack/blazar-dashboard +* Source: https://opendev.org/openstack/blazar-dashboard * Bugs: https://bugs.launchpad.net/blazar Overview diff --git a/doc/source/install/install.rst b/doc/source/install/install.rst index 24d55cc..c950670 100644 --- a/doc/source/install/install.rst +++ b/doc/source/install/install.rst @@ -13,8 +13,8 @@ Manual Installation Begin by cloning the Horizon and Blazar dashboard repositories:: - git clone https://git.openstack.org/openstack/horizon - git clone https://git.openstack.org/openstack/blazar-dashboard + git clone https://opendev.org/openstack/horizon + git clone https://opendev.org/openstack/blazar-dashboard Create a virtual environment and install Horizon dependencies:: diff --git a/tox.ini b/tox.ini index f90191a..0f3c681 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 install_command = pip install {opts} {packages} -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} +deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python manage.py test {posargs} --settings=blazar_dashboard.test.settings @@ -50,14 +50,14 @@ commands = [testenv:docs] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/doc/requirements.txt commands = python setup.py build_sphinx [testenv:releasenotes] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html