Replace http with https for doc links in gluon

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I3d01190d4010d77676173125196fb521b8cf45c7
This commit is contained in:
shangxiaobj 2017-08-28 19:37:59 -07:00
parent adab3f1ca8
commit 4acc278260
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