Update to opendev

Change-Id: I812238cc25020b2eb333879ae4e3ae4feba14a77
This commit is contained in:
Le Hou 2019-04-23 16:06:32 +08:00
parent 9a909e5dbe
commit 264a1327c8
4 changed files with 10 additions and 10 deletions

View File

@ -33,10 +33,10 @@ Other Resources
* Source code:
* `Blazar <https://git.openstack.org/cgit/openstack/blazar>`__
* `Nova scheduler filter <https://git.openstack.org/cgit/openstack/blazar-nova>`__
* `Client tools <https://git.openstack.org/cgit/openstack/python-blazarclient>`__
* `Dashboard (Horizon plugin) <https://git.openstack.org/cgit/openstack/blazar-dashboard>`__
* `Blazar <https://opendev.org/openstack/blazar>`__
* `Nova scheduler filter <https://opendev.org/openstack/blazar-nova>`__
* `Client tools <https://opendev.org/openstack/python-blazarclient>`__
* `Dashboard (Horizon plugin) <https://opendev.org/openstack/blazar-dashboard>`__
* Blueprints/Bugs: https://launchpad.net/blazar
* Documentation: https://docs.openstack.org/blazar/latest/

View File

@ -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

View File

@ -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::

View File

@ -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