Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I79e2244f0e15c4100627f87a628963aac55429f0
This commit is contained in:
jacky06 2019-04-23 11:06:43 +08:00
parent 6071739c21
commit e0a28bc3e3
3 changed files with 9 additions and 9 deletions

View File

@ -33,12 +33,12 @@ Use ``[senlin-dashboard]`` prefix in subjects with for faster responses
Code Hosting
------------
- https://git.openstack.org/cgit/openstack/senlin-dashboard
- https://opendev.org/openstack/senlin-dashboard
Code Review
-----------
- https://review.openstack.org/#/q/status:open+project:openstack/senlin-dashboard,n,z
- https://review.opendev.org/#/q/status:open+project:openstack/senlin-dashboard,n,z
.. inclusion-end-marker-hosts
@ -56,7 +56,7 @@ in the Horizon documentation.
1. Clone the Senlin Dashboard repository::
$ git clone https://git.openstack.org/openstack/senlin-dashboard
$ git clone https://opendev.org/openstack/senlin-dashboard
2. Copy the ``_50_senlin.py`` file from ``senlin_dashboard/enabled/_50_senlin.py``
file to ``horizon/openstack_dashboard/local/enabled`` directory. Example,
@ -81,16 +81,16 @@ Devstack Installation
1. Download DevStack::
$ git clone https://git.openstack.org/openstack-dev/devstack
$ git clone https://opendev.org/openstack/devstack
$ cd devstack
2. Add following repo as external repositories into your ``local.conf`` file::
[[local|localrc]]
#Enable senlin
enable_plugin senlin https://git.openstack.org/openstack/senlin
enable_plugin senlin https://opendev.org/openstack/senlin
#Enable senlin-dashboard
enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard
enable_plugin senlin-dashboard https://opendev.org/openstack/senlin-dashboard
Please see the link: https://docs.openstack.org/senlin/latest/install/index.html
for more detail about setting Senlin Server.

View File

@ -21,7 +21,7 @@
"phantomjs-prebuilt": "2.1.x"
},
"scripts": {
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt ../horizon; fi",
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt ../horizon; fi",
"test": "karma start senlin_dashboard/karma.conf.js --single-run",
"lint": "eslint --no-color senlin_dashboard/static"
},

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python manage.py test {posargs} --settings=senlin_dashboard.test.settings
@ -94,7 +94,7 @@ 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=
sphinx-build -W -b html doc/source doc/build/html