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:
parent
bbb2b3298f
commit
37f3a8ad54
@ -10,7 +10,7 @@ such as LDAP.
|
||||
Developer documentation, the source of which is in ``doc/source/``, is
|
||||
published at:
|
||||
|
||||
http://keystone.openstack.org/
|
||||
http://docs.openstack.org/developer/keystone/
|
||||
|
||||
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:
|
||||
|
||||
https://github.com/openstack/python-keystoneclient
|
||||
https://git.openstack.org/cgit/openstack/python-keystoneclient
|
||||
|
||||
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:
|
||||
|
||||
https://github.com/openstack/openstack-manuals
|
||||
https://git.openstack.org/cgit/openstack/openstack-manuals
|
||||
|
||||
Information about our team meeting is available at:
|
||||
|
||||
|
@ -65,10 +65,10 @@ Keystone on Launchpad
|
||||
|
||||
Launchpad is a code hosting that OpenStack is using to track bugs, feature
|
||||
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 Source Repository on GitHub <http://github.com/openstack/keystone>`_
|
||||
* `Keystone Source Repository <https://git.openstack.org/cgit/openstack/keystone>`_
|
||||
|
||||
Within launchpad, we use
|
||||
`blueprints <https://blueprints.launchpad.net/keystone>`_, to track feature
|
||||
|
@ -867,7 +867,7 @@ To build your service catalog using this driver, see the built-in help:
|
||||
$ openstack help endpoint create
|
||||
|
||||
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``)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -897,7 +897,7 @@ Keystone, however you should create your own to reflect your deployment.
|
||||
|
||||
Another such example is `available in devstack
|
||||
(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
|
||||
-------
|
||||
|
@ -74,7 +74,7 @@ place:
|
||||
|
||||
$ 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
|
||||
``.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/
|
||||
.. _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
|
||||
|
@ -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
|
||||
documentation.
|
||||
|
||||
.. _`Identity API v2.0`: https://github.com/openstack/identity-api/tree/master/v2.0/src
|
||||
.. _`Identity API v3`: https://github.com/openstack/identity-api/tree/master/v3/src/markdown
|
||||
.. _`Identity API v2.0`: https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v2.0/src
|
||||
.. _`Identity API v3`: https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v3/src/markdown
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
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
|
||||
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
|
||||
tenant name (i.e. project name) to specify an authorization scope. In Identity
|
||||
|
@ -42,7 +42,7 @@ Clone the Keystone repository:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone http://github.com/openstack/keystone.git
|
||||
$ git clone https://git.openstack.org/openstack/keystone.git
|
||||
$ cd keystone
|
||||
|
||||
Install the Keystone web service:
|
||||
|
@ -108,5 +108,5 @@ SEE ALSO
|
||||
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>`__
|
||||
|
@ -124,5 +124,5 @@ SEE ALSO
|
||||
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>`__
|
||||
|
@ -18,13 +18,13 @@
|
||||
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.
|
||||
|
||||
To install Keystone from packaging, refer instead to Keystone's `User
|
||||
Documentation`_.
|
||||
|
||||
.. _`GitHub Repository`: http://github.com/openstack/keystone
|
||||
.. _`Git Repository`: http://git.openstack.org/cgit/openstack/keystone
|
||||
.. _`User Documentation`: http://docs.openstack.org/
|
||||
|
||||
Prerequisites
|
||||
@ -54,11 +54,11 @@ different version of the above, please document your configuration here!
|
||||
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
|
||||
|
||||
$ git clone https://github.com/openstack/keystone.git
|
||||
$ git clone https://git.openstack.org/openstack/keystone.git
|
||||
|
||||
When that is complete, you can:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user