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 <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-04-15 14:45:34 -05:00
parent 73329e1640
commit d182280a99
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
5 changed files with 7 additions and 7 deletions

View File

@ -24,13 +24,13 @@ Getting Started
If you'd like to run from the master branch, you can clone the git repo: 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 For developer information please see
`HACKING.rst <https://git.openstack.org/cgit/openstack/cinder/plain/HACKING.rst>`_ `HACKING.rst <https://opendev.org/openstack/cinder/src/branch/master/HACKING.rst>`_
You can raise bugs here https://bugs.launchpad.net/cinder You can raise bugs here https://bugs.launchpad.net/cinder
Python client Python client
------------- -------------
https://git.openstack.org/cgit/openstack/python-cinderclient https://opendev.org/openstack/python-cinderclient

View File

@ -19,6 +19,6 @@ This section describes how to configure the cinder-backup service and
its drivers. its drivers.
The volume drivers are included with the `Block Storage repository The volume drivers are included with the `Block Storage repository
<https://git.openstack.org/cgit/openstack/cinder/>`_. To set a backup <https://opendev.org/openstack/cinder>`_. To set a backup
driver, use the ``backup_driver`` flag. By default there is no backup driver, use the ``backup_driver`` flag. By default there is no backup
driver enabled. driver enabled.

View File

@ -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 * Instructions for generating a sample ``policy.yaml`` file directly from the
Cinder source code can be found in the file ``README-policy.generate.md`` Cinder source code can be found in the file ``README-policy.generate.md``
in the ``etc/cinder`` directory in the Cinder `source code repository in the ``etc/cinder`` directory in the Cinder `source code repository
<http://git.openstack.org/cgit/openstack/cinder>`_ (or its `github mirror <https://opendev.org/openstack/cinder>`_ (or its `github mirror
<https://github.com/openstack/cinder>`_). <https://github.com/openstack/cinder>`_).
Vocabulary Note Vocabulary Note

View File

@ -6,7 +6,7 @@ To use different volume drivers for the cinder-volume service, use the
parameters described in these sections. parameters described in these sections.
These volume drivers are included in the `Block Storage repository These volume drivers are included in the `Block Storage repository
<https://git.openstack.org/cgit/openstack/cinder/>`_. To set a volume <https://opendev.org/openstack/cinder>`_. To set a volume
driver, use the ``volume_driver`` flag. driver, use the ``volume_driver`` flag.
The default is: The default is:

View File

@ -26,7 +26,7 @@ the ``_MIN_API_VERSION`` as defined in
The Nova project was the first to implement microversions. For full The Nova project was the first to implement microversions. For full
details please read Nova's `Kilo spec for microversions details please read Nova's `Kilo spec for microversions
<http://git.openstack.org/cgit/openstack/nova-specs/tree/specs/kilo/implemented/api-microversions.rst>`_ <https://specs.openstack.org/openstack/nova-specs/specs/kilo/implemented/api-microversions.html>`_
When do I need a new Microversion? When do I need a new Microversion?
---------------------------------- ----------------------------------