From 21b7913d690148b3170756865b39e288ffa621f6 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 17:47:48 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Co-Authored-By: jacky06 Change-Id: I74589110b511c507e0ff256847c0e8e031a8e864 --- README.rst | 4 ++-- doc/source/control-plane-stateless.rst | 2 +- doc/source/storage-ha-block.rst | 2 +- doc/source/storage-ha-file-systems.rst | 2 +- doc/source/storage-ha-image.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 6cd1f23d..f83092b9 100644 --- a/README.rst +++ b/README.rst @@ -42,9 +42,9 @@ couple times through. Here is a suggested workflow to help you along the way. .. code-block:: console - git clone https://git.openstack.org/openstack/ha-guide + git clone https://opendev.org/openstack/ha-guide cd ha-guide - + # it is useful to make changes on a separate branch in case you need to make # other changes git checkout -b my-topic diff --git a/doc/source/control-plane-stateless.rst b/doc/source/control-plane-stateless.rst index ca2731b7..bc97f4a4 100644 --- a/doc/source/control-plane-stateless.rst +++ b/doc/source/control-plane-stateless.rst @@ -313,7 +313,7 @@ use a set of OCF agents for controlling OpenStack services. # cd /usr/lib/ocf/resource.d # mkdir openstack # cd openstack - # wget https://git.openstack.org/cgit/openstack/openstack-resource-agents/plain/ocf/keystone + # wget https://opendev.org/x/openstack-resource-agents/raw/branch/master/ocf/keystone # chmod a+rx * #. Add the Pacemaker configuration for the OpenStack Identity resource diff --git a/doc/source/storage-ha-block.rst b/doc/source/storage-ha-block.rst index c8d48d5a..6dc20e5d 100644 --- a/doc/source/storage-ha-block.rst +++ b/doc/source/storage-ha-block.rst @@ -60,7 +60,7 @@ install the OCF resource agent: .. code-block:: console # cd /usr/lib/ocf/resource.d/openstack - # wget https://git.openstack.org/cgit/openstack/openstack-resource-agents/plain/ocf/cinder-api + # wget https://opendev.org/x/openstack-resource-agents/raw/branch/master/ocf/cinder-api # chmod a+rx * You can now add the Pacemaker configuration for Block Storage API resource. diff --git a/doc/source/storage-ha-file-systems.rst b/doc/source/storage-ha-file-systems.rst index 5ef3e2e8..14988ef0 100644 --- a/doc/source/storage-ha-file-systems.rst +++ b/doc/source/storage-ha-file-systems.rst @@ -66,7 +66,7 @@ Add Shared File Systems API resource to Pacemaker .. code-block:: console # cd /usr/lib/ocf/resource.d/openstack - # wget https://git.openstack.org/cgit/openstack/openstack-resource-agents/plain/ocf/manila-api + # wget https://opendev.org/x/openstack-resource-agents/raw/branch/master/ocf/manila-api # chmod a+rx * #. Add the Pacemaker configuration for the Shared File Systems diff --git a/doc/source/storage-ha-image.rst b/doc/source/storage-ha-image.rst index 3b1de9c9..5b1a1c43 100644 --- a/doc/source/storage-ha-image.rst +++ b/doc/source/storage-ha-image.rst @@ -29,7 +29,7 @@ Add OpenStack Image API resource to Pacemaker .. code-block:: console # cd /usr/lib/ocf/resource.d/openstack - # wget https://git.openstack.org/cgit/openstack/openstack-resource-agents/plain/ocf/glance-api + # wget https://opendev.org/x/openstack-resource-agents/raw/branch/master/ocf/glance-api # chmod a+rx * #. Add the Pacemaker configuration for the OpenStack Image API resource.