Drop use of git.openstack.org

Our cgit instance will be going away and opendev.org is the new
preferred URL for browsing our git repos. Redirects will exist for the
foreseeable future, but it's more efficient to just go directly to the
new locations.

Change-Id: I8f9fbe12b5230e527faaea9fe25d71292a75caa1
This commit is contained in:
ricolin 2019-04-17 16:31:52 +08:00 committed by Rico Lin
parent 6139799be2
commit a7f26c14eb
3 changed files with 10 additions and 10 deletions

View File

@ -16,10 +16,10 @@ supplied configuration data, and return any outputs back to Heat.
.. _Heat: https://docs.openstack.org/heat/latest
.. _diskimage-builder: https://docs.openstack.org/diskimage-builder/latest/
.. _tripleo-image-elements: https://git.openstack.org/cgit/openstack/tripleo-image-elements
.. _os-collect-config: https://git.openstack.org/cgit/openstack/os-collect-config
.. _os-refresh-config: https://git.openstack.org/cgit/openstack/os-refresh-config
.. _os-apply-config: https://git.openstack.org/cgit/openstack/os-apply-config
.. _tripleo-image-elements: https://opendev.org/openstack/tripleo-image-elements
.. _os-collect-config: https://opendev.org/openstack/os-collect-config
.. _os-refresh-config: https://opendev.org/openstack/os-refresh-config
.. _os-apply-config: https://opendev.org/openstack/os-apply-config
.. toctree::
:maxdepth: 3

View File

@ -9,9 +9,9 @@ automatically included as a dependency.
An example fedora based image containing some hooks can be built and uploaded
to glance with the following::
sudo pip install git+https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/openstack/tripleo-image-elements.git
git clone https://git.openstack.org/openstack/heat-agents.git
sudo pip install git+https://opendev.org/openstack/diskimage-builder
git clone https://opendev.org/openstack/tripleo-image-elements
git clone https://opendev.org/openstack/heat-agents
export ELEMENTS_PATH=tripleo-image-elements/elements:heat-agents/
disk-image-create vm \
fedora selinux-permissive \

View File

@ -17,6 +17,6 @@ accumulated metadata, not just data supplied to an individual hook.
To use this hook set the ``group`` property to `apply-config` instead of
`os-apply-config` in your Heat software configuration resources.
.. _os-apply-config: https://git.openstack.org/cgit/openstack/os-apply-config
.. _tripleo-image-elements: https://git.openstack.org/cgit/openstack/tripleo-image-elements
.. _os-refresh-config: https://git.openstack.org/cgit/openstack/os-refresh-config
.. _os-apply-config: https://opendev.org/openstack/os-apply-config
.. _tripleo-image-elements: https://opendev.org/openstack/tripleo-image-elements
.. _os-refresh-config: https://opendev.org/openstack/os-refresh-config