Update to opendev

Change-Id: I116dd2025399f51d557c1bcaa5adcbb508568ea6
This commit is contained in:
Le Hou 2019-04-23 15:55:39 +08:00
parent fb55febdbd
commit 933be7dc5d
5 changed files with 15 additions and 15 deletions

View File

@ -43,10 +43,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

@ -45,10 +45,10 @@ Your first commit to Blazar
* Read the `OpenStack development workflow documentation
<https://docs.openstack.org/infra/manual/developers.html#development-workflow>`_
* Clone the corresponding Blazar repository:
`blazar <https://git.openstack.org/openstack/blazar>`_,
`blazar-nova <https://git.openstack.org/openstack/blazar-nova>`_,
`client <https://git.openstack.org/openstack/python-blazarclient>`_,
`blazar-dashboard <https://git.openstack.org/openstack/blazar-dashboard>`_
`blazar <https://opendev.org/openstack/blazar>`_,
`blazar-nova <https://opendev.org/openstack/blazar-nova>`_,
`client <https://opendev.org/openstack/python-blazarclient>`_,
`blazar-dashboard <https://opendev.org/openstack/blazar-dashboard>`_
* Apply and commit your changes
* Make sure all code checks and tests have passed
* Send your patch for review

View File

@ -9,7 +9,7 @@ DevStack configures both the host reservation and the instance reservation.
.. sourcecode:: console
git clone https://git.openstack.org/openstack-dev/devstack.git
git clone https://opendev.org/openstack/devstack.git
..
@ -26,9 +26,9 @@ DevStack configures both the host reservation and the instance reservation.
DEST=/opt/stack/
LOGFILE=$DEST/logs/stack.sh.log
HOST_IP=127.0.0.1
GIT_BASE=https://git.openstack.org/
GIT_BASE=https://opendev.org/
RECLONE=yes
enable_plugin blazar https://git.openstack.org/openstack/blazar
enable_plugin blazar https://opendev.org/openstack/blazar
..

View File

@ -10,9 +10,9 @@ Download all Blazar related repos:
.. sourcecode:: console
git clone https://git.openstack.org/openstack/blazar
git clone https://git.openstack.org/openstack/blazar-nova
git clone https://git.openstack.org/openstack/python-blazarclient
git clone https://opendev.org/openstack/blazar
git clone https://opendev.org/openstack/blazar-nova
git clone https://opendev.org/openstack/python-blazarclient
..

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
whitelist_externals = rm
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}
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
setenv = VIRTUAL_ENV={envdir}