Merge "Replace http with https for doc links in gluon"

This commit is contained in:
Jenkins 2017-08-29 03:50:26 +00:00 committed by Gerrit Code Review
commit ee99e05e3c
4 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must
follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html
https://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
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.

View File

@ -115,7 +115,7 @@ The actions are defined within the "policies" section as shown below.
This policy defines create, delete, get, get_one and update actions on the ProtonBasePort object.
The rules section can embed any openstack policy directive that is supported. Please see
http://docs.openstack.org/kilo/config-reference/content/policy-json-file.html for complete details
https://docs.openstack.org/kilo/config-reference/content/policy-json-file.html for complete details
of the policy.json file
Converting to policy.json file

View File

@ -343,7 +343,7 @@ PolicyDef
The PolicyDef defines the Role-Based Access Control (RBAC) for the object. The
access to the object can be controlled for each generated action. The syntax
of the rule specifier string is defined in the Openstack Policy
`document <http://docs.openstack.org/newton/config-reference/policy-json-file.html>`_.
`document <https://docs.openstack.org/newton/config-reference/policy-json-file.html>`_.
**Example**

View File

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