Use https for *.openstack.org references
The openstack.org pages now support https and our references to the site should by default be one signed by the organization. Change-Id: Ib2dce89ac43e844a5f1b3adcfe9bcaf4141043ce
This commit is contained in:
parent
6e7ecfae0f
commit
542f9288b0
@ -1,12 +1,12 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
you must follow the steps documented at:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
Once those steps have been completed, changes to OpenStack should be submitted
|
||||
for review via the Gerrit tool, following the workflow documented at:
|
||||
|
||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
Team and repository tags
|
||||
========================
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/pycadf.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/badges/pycadf.svg
|
||||
:target: https://governance.openstack.org/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
@ -32,7 +32,7 @@ auditors can expect from audit notifications.
|
||||
* `Source`_
|
||||
|
||||
.. _PyPi: https://pypi.python.org/pypi/pycadf
|
||||
.. _Online Documentation: http://docs.openstack.org/developer/pycadf/
|
||||
.. _Online Documentation: https://docs.openstack.org/developer/pycadf/
|
||||
.. _Launchpad project: https://launchpad.net/pycadf
|
||||
.. _Blueprints: https://blueprints.launchpad.net/pycadf
|
||||
.. _Bugs: https://bugs.launchpad.net/pycadf
|
||||
|
@ -34,8 +34,8 @@ These files are hosted under the `etc/pycadf`_ directory of pyCADF. For more
|
||||
information on how to use these mapping files, refer to the `Audit middleware`_
|
||||
section of the `keystonemiddleware`_ project.
|
||||
|
||||
.. _Audit middleware: http://docs.openstack.org/developer/keystonemiddleware/audit.html
|
||||
.. _keystonemiddleware: http://docs.openstack.org/developer/keystonemiddleware
|
||||
.. _Audit middleware: https://docs.openstack.org/developer/keystonemiddleware/audit.html
|
||||
.. _keystonemiddleware: https://docs.openstack.org/developer/keystonemiddleware
|
||||
.. _`etc/pycadf`: https://github.com/openstack/pycadf/tree/master/etc/pycadf
|
||||
.. _`cinder_api_audit_map.conf`: https://github.com/openstack/pycadf/blob/master/etc/pycadf/cinder_api_audit_map.conf
|
||||
.. _`glance_api_audit_map.conf`: https://github.com/openstack/pycadf/blob/master/etc/pycadf/glance_api_audit_map.conf
|
||||
|
@ -55,11 +55,11 @@ using `Gerrit`_.
|
||||
|
||||
.. _`on OpenStack's Git server`: https://git.openstack.org/cgit/openstack/pycadf/tree
|
||||
.. _Launchpad: https://launchpad.net/pycadf
|
||||
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Bug reports: https://bugs.launchpad.net/pycadf/+bugs
|
||||
.. _blueprints: https://blueprints.launchpad.net/pycadf
|
||||
.. _PyPi: https://pypi.python.org/pypi/pycadf
|
||||
.. _tarball: http://tarballs.openstack.org/pycadf
|
||||
.. _tarball: https://tarballs.openstack.org/pycadf
|
||||
|
||||
Code Documentation
|
||||
==================
|
||||
|
@ -23,4 +23,4 @@ pyCADF's version of the audit middleware has been deprecated as of pyCADF
|
||||
0.8.0. For continued support, the middleware is now maintained under the
|
||||
Identity (Keystone) umbrella. Related documentation can be found here_.
|
||||
|
||||
.. _here: http://docs.openstack.org/developer/keystonemiddleware/audit.html
|
||||
.. _here: https://docs.openstack.org/developer/keystonemiddleware/audit.html
|
||||
|
@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org
|
||||
summary = CADF Library
|
||||
description-file =
|
||||
README.rst
|
||||
home-page = http://docs.openstack.org/developer/pycadf/
|
||||
home-page = https://docs.openstack.org/developer/pycadf/
|
||||
classifier =
|
||||
Development Status :: 3 - Alpha
|
||||
Environment :: OpenStack
|
||||
@ -47,4 +47,3 @@ upload-dir = doc/build/html
|
||||
warnerrors = True
|
||||
#autodoc_tree_index_modules = True
|
||||
#autodoc_tree_root = ./pycadf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user