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

Change-Id: Id89f1eaa80623610594e5945a0b73beee7f09c5a
This commit is contained in:
caoyuan 2019-04-23 18:47:18 +08:00
parent 913636b6b1
commit f82c61f856
6 changed files with 12 additions and 12 deletions

View File

@ -18,8 +18,8 @@ For more information, please refer to the following resources:
* **Free software:** under the `Apache license <http://www.apache.org/licenses/LICENSE-2.0>`_ * **Free software:** under the `Apache license <http://www.apache.org/licenses/LICENSE-2.0>`_
* **Documentation:** https://docs.openstack.org/magnum/latest/ * **Documentation:** https://docs.openstack.org/magnum/latest/
* **Source:** http://git.openstack.org/cgit/openstack/magnum * **Source:** https://opendev.org/openstack/magnum
* **Blueprints:** https://blueprints.launchpad.net/magnum * **Blueprints:** https://blueprints.launchpad.net/magnum
* **Bugs:** https://storyboard.openstack.org/#!/project/openstack/magnum * **Bugs:** https://storyboard.openstack.org/#!/project/openstack/magnum
* **REST Client:** http://git.openstack.org/cgit/openstack/python-magnumclient * **REST Client:** https://opendev.org/openstack/python-magnumclient
* ** Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html * **Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html

View File

@ -125,5 +125,5 @@ Please submit bugs and pull requests via the Gerrit repository at
https://review.openstack.org/. For more information, please refer https://review.openstack.org/. For more information, please refer
to the following resources: to the following resources:
* **Documentation:** http://docs.openstack.org/developer/magnum * **Documentation:** https://docs.openstack.org/magnum/latest/
* **Source:** http://git.openstack.org/cgit/openstack/magnum * **Source:** https://opendev.org/openstack/magnum

View File

@ -114,7 +114,7 @@ access the OpenStack services (i.e. Neutron, Swift, etc.). A trust relationship
will be created between the user who created the cluster (the "trustor") and will be created between the user who created the cluster (the "trustor") and
the service account created for the cluster (the "trustee"). For details, the service account created for the cluster (the "trustee"). For details,
please refer please refer
<http://git.openstack.org/cgit/openstack/magnum/tree/specs/create-trustee-user-for-each-cluster.rst>`_. <https://opendev.org/openstack/magnum/src/branch/master/specs/create-trustee-user-for-each-bay.rst>`_.
If Magnum fails to create the trustee, check the magnum config file (usually If Magnum fails to create the trustee, check the magnum config file (usually
in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'auth_uri' are set and in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'auth_uri' are set and

View File

@ -22,10 +22,10 @@ Magnum is an OpenStack project which offers container orchestration engines
for deploying and managing containers as first class resources in OpenStack. for deploying and managing containers as first class resources in OpenStack.
* **Free software:** under the `Apache license <http://www.apache.org/licenses/LICENSE-2.0>`_ * **Free software:** under the `Apache license <http://www.apache.org/licenses/LICENSE-2.0>`_
* **Source:** http://git.openstack.org/cgit/openstack/magnum * **Source:** https://opendev.org/openstack/magnum
* **Blueprints:** https://blueprints.launchpad.net/magnum * **Blueprints:** https://blueprints.launchpad.net/magnum
* **Bugs:** http://bugs.launchpad.net/magnum * **Bugs:** https://bugs.launchpad.net/magnum
* **REST Client:** http://git.openstack.org/cgit/openstack/python-magnumclient * **REST Client:** https://opendev.org/openstack/python-magnumclient
Architecture Architecture
============ ============

View File

@ -1758,7 +1758,7 @@ Diskimage-builder
To run the `diskimage-builder To run the `diskimage-builder
<http://docs.openstack.org/developer/diskimage-builder>`__ tool <http://docs.openstack.org/developer/diskimage-builder>`__ tool
manually, use the provided `elements manually, use the provided `elements
<http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/mesos_ubuntu_v1/image/mesos/>`__. <https://opendev.org/openstack/magnum/src/branch/master/magnum/drivers/mesos_ubuntu_v1/image/mesos/>`__.
Following are the typical steps to use the diskimage-builder tool on Following are the typical steps to use the diskimage-builder tool on
an Ubuntu server:: an Ubuntu server::
@ -1784,7 +1784,7 @@ Dockerfile
To build the image as above but within a Docker container, use the To build the image as above but within a Docker container, use the
provided `Dockerfile provided `Dockerfile
<http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/mesos_ubuntu_v1/image/Dockerfile>`__. <https://opendev.org/openstack/magnum/src/branch/master/magnum/drivers/mesos_ubuntu_v1/image/Dockerfile>`__.
The output image will be saved as '/tmp/ubuntu-mesos.qcow2'. The output image will be saved as '/tmp/ubuntu-mesos.qcow2'.
Following are the typical steps to run a Docker container to build the image:: Following are the typical steps to run a Docker container to build the image::

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
whitelist_externals = bash whitelist_externals = bash
find find
rm rm