Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Ibf7030d5cef07c29d4e13fddef611715373a4af8
This commit is contained in:
jacky06 2019-04-23 11:03:41 +08:00
parent bb35ef8e53
commit 80ba25ec6a
4 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ Working on APIs
If you are proposing new APIs or fixes to existing APIs, please spend some
time reading the guidelines published by the API WorkGroup:
https://git.openstack.org/cgit/openstack/api-wg/tree/guidelines
https://opendev.org/openstack/api-sig/src/branch/master/guidelines
Any work on improving Senlin's APIs to conform to the guidelines are welcomed.

View File

@ -56,10 +56,10 @@ Launchpad Projects
Code Repository
---------------
- Server: https://git.openstack.org/cgit/openstack/senlin
- Client: https://git.openstack.org/cgit/openstack/python-senlinclient
- Dashboard: https://git.openstack.org/cgit/openstack/senlin-dashboard
- Tempest Plugin: https://git.openstack.org/cgit/openstack/senlin-tempest-plugin
- Server: https://opendev.org/openstack/senlin
- Client: https://opendev.org/openstack/python-senlinclient
- Dashboard: https://opendev.org/openstack/senlin-dashboard
- Tempest Plugin: https://opendev.org/openstack/senlin-tempest-plugin
Blueprints
----------

View File

@ -248,4 +248,4 @@ The steps and samples introduced in this tutorial can also work
well together with composition of ceilometer, Aodh, and Gnocchi
without any change.
.. _heat template: https://git.openstack.org/cgit/openstack/senlin/tree/doc/source/scenarios/scenarios/ex_lbas.yaml
.. _heat template: https://opendev.org/openstack/senlin/src/branch/master/doc/source/scenarios/ex_lbas.yaml

View File

@ -176,7 +176,7 @@ with the following format to the named Zaqar queue to request Senlin service:
More examples on sending message to a Zaqar queue can be found here:
https://git.openstack.org/cgit/openstack/python-zaqarclient/tree/examples
https://opendev.org/openstack/python-zaqarclient/src/branch/master/examples
.. note::