Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs 2. Remove unncessary "==" Change-Id: If78b4eefb9bb144f65d7be2f6c898a74f5dc150e
This commit is contained in:
parent
635b351609
commit
e1c48ee266
@ -1,4 +1,4 @@
|
||||
manila-ui Style Commandments
|
||||
===============================================
|
||||
============================
|
||||
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -5,7 +5,7 @@ manila-ui - Manila Management Dashboard
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/manila-ui/latest/
|
||||
* Release notes: https://docs.openstack.org/releasenotes/manila-ui/
|
||||
* Source: https://git.openstack.org/cgit/openstack/manila-ui
|
||||
* Source: https://opendev.org/openstack/manila-ui
|
||||
* Bugs: https://bugs.launchpad.net/manila-ui
|
||||
|
||||
Team and repository tags
|
||||
|
@ -8,7 +8,7 @@ DevStack Installation
|
||||
Add this repo as an external repository into your ``local.conf`` file::
|
||||
|
||||
[[local|localrc]]
|
||||
enable_plugin manila-ui https://git.openstack.org/openstack/manila-ui
|
||||
enable_plugin manila-ui https://opendev.org/openstack/manila-ui
|
||||
|
||||
Manual Installation
|
||||
-------------------
|
||||
@ -16,7 +16,7 @@ Manual Installation
|
||||
Begin by installing Horizon following the `Horizon Manual Installation Guide <https://docs.openstack.org/horizon/latest/install/from-source.html>`__
|
||||
and clone Manila UI repository::
|
||||
|
||||
git clone https://git.openstack.org/openstack/manila-ui
|
||||
git clone https://opendev.org/openstack/manila-ui
|
||||
|
||||
Install Manila UI with all dependencies. From within the horizon folder::
|
||||
|
||||
|
4
tox.ini
4
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
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}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
@ -24,7 +24,7 @@ setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
|
||||
[testenv:py3-dev]
|
||||
setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
|
||||
commands =
|
||||
pip install {env:HORIZON_REPO:git+https://git.openstack.org/openstack/horizon}
|
||||
pip install {env:HORIZON_REPO:git+https://opendev.org/openstack/horizon}
|
||||
{[testenv]commands}
|
||||
|
||||
RIZON_INTEGRATION_TESTS_CONFIG_FILE=manila_ui/tests/integration/horizon.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user