Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I5adbc8490a6ab23d080e60b813febd1334f3f4e0
This commit is contained in:
parent
80fd5c0c05
commit
65eb29477b
@ -4,18 +4,18 @@ Enabling Aodh in DevStack
|
|||||||
|
|
||||||
1. Download DevStack::
|
1. Download DevStack::
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack-dev/devstack.git
|
git clone https://opendev.org/openstack/devstack.git
|
||||||
cd devstack
|
cd devstack
|
||||||
|
|
||||||
2. Add this repo as an external repository in ``local.conf`` file::
|
2. Add this repo as an external repository in ``local.conf`` file::
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin aodh https://git.openstack.org/openstack/aodh
|
enable_plugin aodh https://opendev.org/openstack/aodh
|
||||||
|
|
||||||
To use stable branches, make sure devstack is on that branch, and specify
|
To use stable branches, make sure devstack is on that branch, and specify
|
||||||
the branch name to enable_plugin, for example::
|
the branch name to enable_plugin, for example::
|
||||||
|
|
||||||
enable_plugin aodh https://git.openstack.org/openstack/aodh stable/mitaka
|
enable_plugin aodh https://opendev.org/openstack/aodh stable/mitaka
|
||||||
|
|
||||||
There are some options, such as AODH_BACKEND, defined in
|
There are some options, such as AODH_BACKEND, defined in
|
||||||
``aodh/devstack/settings``, they can be used to configure the installation
|
``aodh/devstack/settings``, they can be used to configure the installation
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# looks like
|
# looks like
|
||||||
#
|
#
|
||||||
# [[local|localrc]]
|
# [[local|localrc]]
|
||||||
# enable_plugin aodh https://git.openstack.org/openstack/aodh
|
# enable_plugin aodh https://opendev.org/openstack/aodh
|
||||||
#
|
#
|
||||||
# By default all aodh services are started (see
|
# By default all aodh services are started (see
|
||||||
# devstack/settings).
|
# devstack/settings).
|
||||||
|
@ -28,5 +28,5 @@ Project Hosting Details
|
|||||||
|
|
||||||
:Bug tracker: https://bugs.launchpad.net/aodh
|
:Bug tracker: https://bugs.launchpad.net/aodh
|
||||||
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Aodh]`` for faster responses)
|
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Aodh]`` for faster responses)
|
||||||
:Code Hosting: https://git.openstack.org/cgit/openstack/aodh/
|
:Code Hosting: https://opendev.org/openstack/aodh/
|
||||||
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/aodh,n,z
|
:Code Review: https://review.opendev.org/#/q/status:open+project:openstack/aodh,n,z
|
||||||
|
@ -44,6 +44,6 @@ Configuring devstack
|
|||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
|
|
||||||
# Enable the aodh alarming services
|
# Enable the aodh alarming services
|
||||||
enable_plugin aodh https://git.openstack.org/openstack/aodh master
|
enable_plugin aodh https://opendev.org/openstack/aodh master
|
||||||
|
|
||||||
.. _devstack: https://docs.openstack.org/devstack/latest/
|
.. _devstack: https://docs.openstack.org/devstack/latest/
|
||||||
|
Loading…
Reference in New Issue
Block a user