Replace git.openstack.org with opendev.org

Change-Id: I0fefb316772c3d22d1fcf333241cc4b6820c0b5a
This commit is contained in:
inspurericzhang 2019-11-19 15:24:12 +08:00
parent 376d9493e2
commit 46f718e6eb
7 changed files with 22 additions and 22 deletions

View File

@ -29,13 +29,13 @@ How to use the NovaLink DevStack plugins:
1. Download DevStack::
$ git clone https://git.openstack.org/openstack-dev/devstack /opt/stack/devstack
$ git clone https://opendev.org/openstack-dev/devstack /opt/stack/devstack
2. Set up your local.conf file to pull in our projects:
1. If you have an existing DevStack local.conf, modify it to pull in this project by adding::
[[local|localrc]]
enable_plugin nova-powervm http://git.openstack.org/openstack/nova-powervm
enable_plugin nova-powervm http://opendev.org/openstack/nova-powervm
and following the instructions for networking-powervm and ceilometer-powervm
as needed for your environment.

View File

@ -41,8 +41,8 @@ ETCD_SHA256="c2d846326586afe169e6ca81266815196d6c14bc023f9c7d0c9d622f3c14505c"
DISK_DRIVER=ssp
# Enable plugins
enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_plugin nova-powervm https://opendev.org/openstack/nova-powervm.git
enable_plugin neutron https://opendev.org/openstack/neutron
# Enable services
enable_service n-novnc neutron neutron-api neutron-agent neutron-l3 neutron-dhcp neutron-metadata-agent

View File

@ -44,11 +44,11 @@ ETCD_VERSION=v3.2.0-rc.1
ETCD_SHA256="c2d846326586afe169e6ca81266815196d6c14bc023f9c7d0c9d622f3c14505c"
# Enable plugins
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git
enable_plugin ceilometer-powervm https://git.openstack.org/openstack/ceilometer-powervm.git
enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git
enable_plugin networking-powervm https://git.openstack.org/openstack/networking-powervm.git
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git
enable_plugin ceilometer-powervm https://opendev.org/openstack/ceilometer-powervm.git
enable_plugin nova-powervm https://opendev.org/openstack/nova-powervm.git
enable_plugin networking-powervm https://opendev.org/openstack/networking-powervm.git
enable_plugin neutron https://opendev.org/openstack/neutron
# Enable services
enable_service n-novnc neutron neutron-api pvm-q-sea-agt

View File

@ -43,10 +43,10 @@ VNCSERVER_PROXYCLIENT_ADDRESS=$VNCSERVER_LISTEN
ENABLED_SERVICES=n-cpu,neutron,n-api-meta
# Enable plugins
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git
enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git
enable_plugin networking-powervm https://git.openstack.org/openstack/networking-powervm.git
enable_plugin ceilometer-powervm https://git.openstack.org/openstack/ceilometer-powervm.git
enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git
enable_plugin nova-powervm https://opendev.org/openstack/nova-powervm.git
enable_plugin networking-powervm https://opendev.org/openstack/networking-powervm.git
enable_plugin ceilometer-powervm https://opendev.org/openstack/ceilometer-powervm.git
# Disable services
disable_service ceilometer-acentral ceilometer-collector ceilometer-api

View File

@ -30,8 +30,8 @@ enable_service n-novnc neutron q-svc q-l3 q-dhcp q-meta
disable_service n-net n-cpu q-agt c-vol
# Enable plugins
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git
enable_plugin networking-powervm https://git.openstack.org/openstack/networking-powervm.git
enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git
enable_plugin networking-powervm https://opendev.org/openstack/networking-powervm.git
# Disable ceilometer-acompute, as it's not needed on a control-only node
disable_service ceilometer-acompute

View File

@ -34,7 +34,7 @@ Getting the code
Grab the code::
git clone https://git.openstack.org/openstack/nova-powervm
git clone https://opendev.org/openstack/nova-powervm
cd nova-powervm
Setting up your environment

12
tox.ini
View File

@ -20,11 +20,11 @@ setenv =
OS_TEST_TIMEOUT=60
PYTHONDONTWRITEBYTECODE=1
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/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://git.openstack.org/openstack/nova#egg=nova
-rhttps://git.openstack.org/cgit/openstack/nova/plain/test-requirements.txt
-egit+https://opendev.org/openstack/nova#egg=nova
-rhttps://opendev.org/cgit/openstack/nova/plain/test-requirements.txt
whitelist_externals =
bash
commands =
@ -72,7 +72,7 @@ commands =
[testenv:docs]
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/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
@ -95,5 +95,5 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
-egit+https://git.openstack.org/openstack/nova#egg=nova
-rhttps://git.openstack.org/cgit/openstack/nova/plain/test-requirements.txt
-egit+https://opendev.org/openstack/nova#egg=nova
-rhttps://opendev.org/cgit/openstack/nova/plain/test-requirements.txt