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 <zhang.min@99cloud.net>

Change-Id: I74589110b511c507e0ff256847c0e8e031a8e864
This commit is contained in:
zhulingjie 2019-04-23 17:47:48 +08:00 committed by jacky06
parent 4969e99a8a
commit 21b7913d69
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.