Use https for references to openstack.org

The openstack.org pages now support https and our references to
the site should by default be one signed by the organization.

Change-Id: Icea6f111373df87cb92d242811fb938efe4ee1a1
This commit is contained in:
Eric Brown 2017-01-30 14:13:49 -08:00
parent dfc15963f2
commit 0d75328047
5 changed files with 11 additions and 12 deletions

View File

@ -5,13 +5,13 @@ Contributing
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in this page: you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -1,7 +1,6 @@
Style Commandments Style Commandments
=============================================== ====================
Read the OpenStack Style Commandments in the following link Read the OpenStack Style Commandments in the following link
http://docs.openstack.org/developer/hacking/ https://docs.openstack.org/developer/hacking/

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/oslo.vmware.svg .. image:: https://governance.openstack.org/badges/oslo.vmware.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
@ -23,6 +23,6 @@ The Oslo VMware library provides support for common VMware operations
and APIs. and APIs.
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/developer/oslo.vmware * Documentation: https://docs.openstack.org/developer/oslo.vmware
* Source: http://git.openstack.org/cgit/openstack/oslo.vmware * Source: https://git.openstack.org/cgit/openstack/oslo.vmware
* Bugs: http://bugs.launchpad.net/oslo.vmware * Bugs: https://bugs.launchpad.net/oslo.vmware

View File

@ -12,7 +12,7 @@
"""oslo.i18n integration module. """oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html See https://docs.openstack.org/developer/oslo.i18n/usage.html
""" """

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/oslo.vmware/ home-page = https://docs.openstack.org/developer/oslo.vmware/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology