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

Change-Id: If299ebc5849502954e812947c5b80006573710ed
This commit is contained in:
jacky06 2019-04-23 13:04:43 +08:00
parent 8fab3fa84d
commit c5984fc6d7
5 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@ need::
virtualenv .
source bin/activate
pip install dib-utils pyyaml
git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/openstack/tripleo-image-elements.git
git clone https://opendev.org/openstack/diskimage-builder.git
git clone https://opendev.org/openstack/tripleo-image-elements.git
export ELEMENTS_PATH=tripleo-image-elements/elements
diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser heat-cfntools -a i386 -o bootstrap

View File

@ -24,7 +24,7 @@ service will not be started automatically nor can it be manually started.
## example usage
```bash
# clone nova, and install it and its dependencies to /opt/stack/venvs/nova
os-svc-install -u nova -r https://git.openstack.org/openstack/nova.git
os-svc-install -u nova -r https://opendev.org/openstack/nova.git
# install a system-start script for nova-api
os-svc-daemon -e 'foo=bar bar=baz' -n nova-api -u nova -c /opt/stack/venvs/nova/bin/nova-api -- --config-dir /etc/nova

View File

@ -69,7 +69,7 @@ function python_install() {
function install_os_service() {
local user=$1
local repo=$(echo $2 | sed 's/github.com/review.openstack.org/')
local repo=$(echo $2 | sed 's/github.com/review.opendev.org/')
local branch=$3
local directory=$4
local system_site_packages=$5

View File

@ -6,7 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
license = Apache License (2.0)
home-page = https://git.openstack.org/cgit/openstack/tripleo-image-elements
home-page = https://opendev.org/openstack/tripleo-image-elements
classifier =
Environment :: OpenStack
Development Status :: 3 - Alpha

View File

@ -7,7 +7,7 @@ envlist = pep8,py37,py36,py35,py27
usedevelop = True
install_command = pip install {opts} {packages}
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=