Replace github reference by git.openstack.org and change a doc link

* Replace the github by openstack's official home git.openstack.org
* Also update the like of developer documentation of keystone

Change-Id: I60e8e914d9fa3be2cdfffe029e4c2432c07962e2
This commit is contained in:
liu-sheng 2015-05-06 11:19:06 +08:00
parent bbb2b3298f
commit 37f3a8ad54
9 changed files with 20 additions and 20 deletions

View File

@ -10,7 +10,7 @@ such as LDAP.
Developer documentation, the source of which is in ``doc/source/``, is Developer documentation, the source of which is in ``doc/source/``, is
published at: published at:
http://keystone.openstack.org/ http://docs.openstack.org/developer/keystone/
The API specification and documentation are available at: The API specification and documentation are available at:
@ -18,7 +18,7 @@ The API specification and documentation are available at:
The canonical client library is available at: The canonical client library is available at:
https://github.com/openstack/python-keystoneclient https://git.openstack.org/cgit/openstack/python-keystoneclient
Documentation for cloud administrators is available at: Documentation for cloud administrators is available at:
@ -26,7 +26,7 @@ Documentation for cloud administrators is available at:
The source of documentation for cloud administrators is available at: The source of documentation for cloud administrators is available at:
https://github.com/openstack/openstack-manuals https://git.openstack.org/cgit/openstack/openstack-manuals
Information about our team meeting is available at: Information about our team meeting is available at:

View File

@ -65,10 +65,10 @@ Keystone on Launchpad
Launchpad is a code hosting that OpenStack is using to track bugs, feature Launchpad is a code hosting that OpenStack is using to track bugs, feature
work, and releases of OpenStack. Like other OpenStack projects, Keystone source work, and releases of OpenStack. Like other OpenStack projects, Keystone source
code is hosted on GitHub code is hosted on git.openstack.org
* `Keystone Project Page on Launchpad <http://launchpad.net/keystone>`_ * `Keystone Project Page on Launchpad <http://launchpad.net/keystone>`_
* `Keystone Source Repository on GitHub <http://github.com/openstack/keystone>`_ * `Keystone Source Repository <https://git.openstack.org/cgit/openstack/keystone>`_
Within launchpad, we use Within launchpad, we use
`blueprints <https://blueprints.launchpad.net/keystone>`_, to track feature `blueprints <https://blueprints.launchpad.net/keystone>`_, to track feature

View File

@ -867,7 +867,7 @@ To build your service catalog using this driver, see the built-in help:
$ openstack help endpoint create $ openstack help endpoint create
You can also refer to `an example in Keystone (tools/sample_data.sh) You can also refer to `an example in Keystone (tools/sample_data.sh)
<https://github.com/openstack/keystone/blob/master/tools/sample_data.sh>`_. <https://git.openstack.org/cgit/openstack/keystone/tree/tools/sample_data.sh>`_.
File-based Service Catalog (``templated.Catalog``) File-based Service Catalog (``templated.Catalog``)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -897,7 +897,7 @@ Keystone, however you should create your own to reflect your deployment.
Another such example is `available in devstack Another such example is `available in devstack
(files/default_catalog.templates) (files/default_catalog.templates)
<https://github.com/openstack-dev/devstack/blob/master/files/default_catalog.templates>`_. <https://git.openstack.org/cgit/openstack-dev/devstack/tree/files/default_catalog.templates>`_.
Logging Logging
------- -------

View File

@ -74,7 +74,7 @@ place:
$ bin/keystone-manage db_sync $ bin/keystone-manage db_sync
.. _`python-keystoneclient`: https://github.com/openstack/python-keystoneclient .. _`python-keystoneclient`: https://git.openstack.org/cgit/openstack/python-keystoneclient
If the above commands result in a ``KeyError``, or they fail on a If the above commands result in a ``KeyError``, or they fail on a
``.pyc`` file with the message, ``You can only have one Python script per ``.pyc`` file with the message, ``You can only have one Python script per
@ -398,7 +398,7 @@ You may also be interested in either the
.. _devstack: http://devstack.org/ .. _devstack: http://devstack.org/
.. _OpenStack Continuous Integration Infrastructure: http://ci.openstack.org .. _OpenStack Continuous Integration Infrastructure: http://ci.openstack.org
.. _OpenStack Integration Testing Project: https://github.com/openstack/tempest .. _OpenStack Integration Testing Project: https://git.openstack.org/cgit/openstack/tempest
LDAP Tests LDAP Tests

View File

@ -26,8 +26,8 @@ The original source of truth for the v2.0 API is defined by a set of WADL and
XSD files. The original source of truth for the v3 API is defined by XSD files. The original source of truth for the v3 API is defined by
documentation. documentation.
.. _`Identity API v2.0`: https://github.com/openstack/identity-api/tree/master/v2.0/src .. _`Identity API v2.0`: https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v2.0/src
.. _`Identity API v3`: https://github.com/openstack/identity-api/tree/master/v3/src/markdown .. _`Identity API v3`: https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v3/src/markdown
History History
======= =======
@ -125,7 +125,7 @@ Keystone clients can use to automatically detect available API versions.
With unversioned ``identity`` endpoints in the service catalog, you should be With unversioned ``identity`` endpoints in the service catalog, you should be
able to `authenticate with keystoneclient`_ successfully. able to `authenticate with keystoneclient`_ successfully.
.. _`latest sample configuration`: https://github.com/openstack/keystone/blob/master/etc/keystone-paste.ini .. _`latest sample configuration`: https://git.openstack.org/cgit/openstack/keystone/tree/etc/keystone-paste.ini
.. _`authenticate with keystoneclient`: http://docs.openstack.org/developer/python-keystoneclient/using-api-v3.html#authenticating .. _`authenticate with keystoneclient`: http://docs.openstack.org/developer/python-keystoneclient/using-api-v3.html#authenticating
I have a Python client I have a Python client
@ -148,7 +148,7 @@ I have a non-Python client
You'll likely need to heavily reference our `API documentation`_ to port your You'll likely need to heavily reference our `API documentation`_ to port your
application to Identity API v3. application to Identity API v3.
.. _`API documentation`: https://github.com/openstack/identity-api/blob/master/v3/src/markdown/identity-api-v3.md .. _`API documentation`: https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v3/src/markdown/identity-api-v3.md
The most common operation would be password-based authentication including a The most common operation would be password-based authentication including a
tenant name (i.e. project name) to specify an authorization scope. In Identity tenant name (i.e. project name) to specify an authorization scope. In Identity

View File

@ -42,7 +42,7 @@ Clone the Keystone repository:
.. code-block:: bash .. code-block:: bash
$ git clone http://github.com/openstack/keystone.git $ git clone https://git.openstack.org/openstack/keystone.git
$ cd keystone $ cd keystone
Install the Keystone web service: Install the Keystone web service:

View File

@ -108,5 +108,5 @@ SEE ALSO
SOURCE SOURCE
====== ======
* Keystone source is managed in GitHub `Keystone <http://github.com/openstack/keystone>`__ * Keystone source is managed in Gerrit git `Keystone <https://git.openstack.org/cgit/openstack/keystone>`__
* Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__ * Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__

View File

@ -124,5 +124,5 @@ SEE ALSO
SOURCE SOURCE
====== ======
* Keystone is sourced in GitHub `Keystone <http://github.com/openstack/keystone>`__ * Keystone is sourced in Gerrit git `Keystone <https://git.openstack.org/cgit/openstack/keystone>`__
* Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__ * Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__

View File

@ -18,13 +18,13 @@
Setting up a Keystone development environment Setting up a Keystone development environment
============================================= =============================================
This document describes getting the source from keystone's `GitHub repository`_ This document describes getting the source from keystone's `Git repository`_
for development purposes. for development purposes.
To install Keystone from packaging, refer instead to Keystone's `User To install Keystone from packaging, refer instead to Keystone's `User
Documentation`_. Documentation`_.
.. _`GitHub Repository`: http://github.com/openstack/keystone .. _`Git Repository`: http://git.openstack.org/cgit/openstack/keystone
.. _`User Documentation`: http://docs.openstack.org/ .. _`User Documentation`: http://docs.openstack.org/
Prerequisites Prerequisites
@ -54,11 +54,11 @@ different version of the above, please document your configuration here!
Getting the latest code Getting the latest code
======================= =======================
Make a clone of the code from our `Github repository`: Make a clone of the code from our `Git repository`:
.. code-block:: bash .. code-block:: bash
$ git clone https://github.com/openstack/keystone.git $ git clone https://git.openstack.org/openstack/keystone.git
When that is complete, you can: When that is complete, you can: