From d182280a994ce4ffb7f74d25c17bc95532790304 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 15 Apr 2019 14:45:34 -0500 Subject: [PATCH] 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: I4b7150e5116147c9be05fd9d698e7f3c747513a8 Signed-off-by: Sean McGinnis --- README.rst | 6 +++--- doc/source/configuration/block-storage/backup-drivers.rst | 2 +- .../configuration/block-storage/policy-config-HOWTO.rst | 2 +- doc/source/configuration/block-storage/volume-drivers.rst | 2 +- doc/source/contributor/api_microversion_dev.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 2fc993fa92f..786aa397020 100644 --- a/README.rst +++ b/README.rst @@ -24,13 +24,13 @@ Getting Started If you'd like to run from the master branch, you can clone the git repo: - git clone https://git.openstack.org/openstack/cinder.git + git clone https://opendev.org/openstack/cinder For developer information please see -`HACKING.rst `_ +`HACKING.rst `_ You can raise bugs here https://bugs.launchpad.net/cinder Python client ------------- -https://git.openstack.org/cgit/openstack/python-cinderclient +https://opendev.org/openstack/python-cinderclient diff --git a/doc/source/configuration/block-storage/backup-drivers.rst b/doc/source/configuration/block-storage/backup-drivers.rst index 19c9780e90e..9f81efc5a1e 100644 --- a/doc/source/configuration/block-storage/backup-drivers.rst +++ b/doc/source/configuration/block-storage/backup-drivers.rst @@ -19,6 +19,6 @@ This section describes how to configure the cinder-backup service and its drivers. The volume drivers are included with the `Block Storage repository -`_. To set a backup +`_. To set a backup driver, use the ``backup_driver`` flag. By default there is no backup driver enabled. diff --git a/doc/source/configuration/block-storage/policy-config-HOWTO.rst b/doc/source/configuration/block-storage/policy-config-HOWTO.rst index 3dd5961422d..c8401f7a17c 100644 --- a/doc/source/configuration/block-storage/policy-config-HOWTO.rst +++ b/doc/source/configuration/block-storage/policy-config-HOWTO.rst @@ -41,7 +41,7 @@ model Cinder employs and how it can be modfied by adjusting policies. * Instructions for generating a sample ``policy.yaml`` file directly from the Cinder source code can be found in the file ``README-policy.generate.md`` in the ``etc/cinder`` directory in the Cinder `source code repository - `_ (or its `github mirror + `_ (or its `github mirror `_). Vocabulary Note diff --git a/doc/source/configuration/block-storage/volume-drivers.rst b/doc/source/configuration/block-storage/volume-drivers.rst index 4f76ad77932..7395e4557ee 100644 --- a/doc/source/configuration/block-storage/volume-drivers.rst +++ b/doc/source/configuration/block-storage/volume-drivers.rst @@ -6,7 +6,7 @@ To use different volume drivers for the cinder-volume service, use the parameters described in these sections. These volume drivers are included in the `Block Storage repository -`_. To set a volume +`_. To set a volume driver, use the ``volume_driver`` flag. The default is: diff --git a/doc/source/contributor/api_microversion_dev.rst b/doc/source/contributor/api_microversion_dev.rst index ece465c2888..d28da16fab3 100644 --- a/doc/source/contributor/api_microversion_dev.rst +++ b/doc/source/contributor/api_microversion_dev.rst @@ -26,7 +26,7 @@ the ``_MIN_API_VERSION`` as defined in The Nova project was the first to implement microversions. For full details please read Nova's `Kilo spec for microversions -`_ +`_ When do I need a new Microversion? ----------------------------------