From 65eb29477bd7f17859e5ee1d56175c41d70d9fd1 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 22 Apr 2019 14:20:45 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I5adbc8490a6ab23d080e60b813febd1334f3f4e0 --- devstack/README.rst | 6 +++--- devstack/plugin.sh | 2 +- doc/source/contributor/contributing.rst | 4 ++-- doc/source/contributor/install/development.rst | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index d5bf22761..6ec6027be 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -4,18 +4,18 @@ Enabling Aodh in DevStack 1. Download DevStack:: - git clone https://git.openstack.org/openstack-dev/devstack.git + git clone https://opendev.org/openstack/devstack.git cd devstack 2. Add this repo as an external repository in ``local.conf`` file:: [[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 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 ``aodh/devstack/settings``, they can be used to configure the installation diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 364bcb22b..48798b372 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -4,7 +4,7 @@ # looks like # # [[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 # devstack/settings). diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 902f6fffb..7e08cd429 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -28,5 +28,5 @@ Project Hosting Details :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) -:Code Hosting: https://git.openstack.org/cgit/openstack/aodh/ -:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/aodh,n,z +:Code Hosting: https://opendev.org/openstack/aodh/ +:Code Review: https://review.opendev.org/#/q/status:open+project:openstack/aodh,n,z diff --git a/doc/source/contributor/install/development.rst b/doc/source/contributor/install/development.rst index 86d3cc6b7..48fa86fda 100644 --- a/doc/source/contributor/install/development.rst +++ b/doc/source/contributor/install/development.rst @@ -44,6 +44,6 @@ Configuring devstack [[local|localrc]] # 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/