Update to opendev
Change-Id: I812238cc25020b2eb333879ae4e3ae4feba14a77
This commit is contained in:
parent
9a909e5dbe
commit
264a1327c8
@ -33,10 +33,10 @@ Other Resources
|
|||||||
|
|
||||||
* Source code:
|
* Source code:
|
||||||
|
|
||||||
* `Blazar <https://git.openstack.org/cgit/openstack/blazar>`__
|
* `Blazar <https://opendev.org/openstack/blazar>`__
|
||||||
* `Nova scheduler filter <https://git.openstack.org/cgit/openstack/blazar-nova>`__
|
* `Nova scheduler filter <https://opendev.org/openstack/blazar-nova>`__
|
||||||
* `Client tools <https://git.openstack.org/cgit/openstack/python-blazarclient>`__
|
* `Client tools <https://opendev.org/openstack/python-blazarclient>`__
|
||||||
* `Dashboard (Horizon plugin) <https://git.openstack.org/cgit/openstack/blazar-dashboard>`__
|
* `Dashboard (Horizon plugin) <https://opendev.org/openstack/blazar-dashboard>`__
|
||||||
|
|
||||||
* Blueprints/Bugs: https://launchpad.net/blazar
|
* Blueprints/Bugs: https://launchpad.net/blazar
|
||||||
* Documentation: https://docs.openstack.org/blazar/latest/
|
* Documentation: https://docs.openstack.org/blazar/latest/
|
||||||
|
@ -5,7 +5,7 @@ Blazar Dashboard
|
|||||||
Blazar Dashboard is a Horizon plugin for the Blazar Reservation service.
|
Blazar Dashboard is a Horizon plugin for the Blazar Reservation service.
|
||||||
|
|
||||||
* Free software: Apache license
|
* 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
|
* Bugs: https://bugs.launchpad.net/blazar
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
|
@ -13,8 +13,8 @@ Manual Installation
|
|||||||
|
|
||||||
Begin by cloning the Horizon and Blazar dashboard repositories::
|
Begin by cloning the Horizon and Blazar dashboard repositories::
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack/horizon
|
git clone https://opendev.org/openstack/horizon
|
||||||
git clone https://git.openstack.org/openstack/blazar-dashboard
|
git clone https://opendev.org/openstack/blazar-dashboard
|
||||||
|
|
||||||
Create a virtual environment and install Horizon dependencies::
|
Create a virtual environment and install Horizon dependencies::
|
||||||
|
|
||||||
|
6
tox.ini
6
tox.ini
@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_YELLOW=0.025
|
NOSE_OPENSTACK_YELLOW=0.025
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
install_command = pip install {opts} {packages}
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = python manage.py test {posargs} --settings=blazar_dashboard.test.settings
|
commands = python manage.py test {posargs} --settings=blazar_dashboard.test.settings
|
||||||
@ -50,14 +50,14 @@ commands =
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
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
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
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
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user