Optimize the link address

Use https instead of http to ensure the safety.

Change-Id: Ia9feb87c691dbe03bf6e92229f33d2cd6cc0adda
This commit is contained in:
chenlx 2017-04-27 10:36:11 +08:00
parent 93ec23131c
commit f7dbaef773
24 changed files with 31 additions and 30 deletions

View File

@ -4,13 +4,13 @@ Before You Start
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
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
Where to Start

View File

@ -2,7 +2,7 @@ Senlin Style Commandments
=========================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/developer/hacking/
- Step 2: Read on
Senlin Specific Commandments
@ -23,7 +23,7 @@ Working on APIs
If you are proposing new APIs or fixes to existing APIs, please spend some
time reading the guidelines published by the API WorkGroup:
http://git.openstack.org/cgit/openstack/api-wg/tree/guidelines
https://git.openstack.org/cgit/openstack/api-wg/tree/guidelines
Any work on improving Senlin's APIs to conform to the guidelines are welcomed.

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/senlin.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/badges/senlin.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@ -68,7 +68,7 @@ Bug Tracking
Weekly Meetings
---------------
- Schedule: every Tuesday at 1300 UTC, on #openstack-meeting channel
- Agenda: http://wiki.openstack.org/wiki/Meetings/SenlinAgenda
- Agenda: https://wiki.openstack.org/wiki/Meetings/SenlinAgenda
- Archive: http://eavesdrop.openstack.org/meetings/senlin/2015/
IRC

View File

@ -108,5 +108,5 @@ OTHERS
creating profiles.
.. _`Filtering Guidelines`: http://specs.openstack.org/openstack/api-wg/guidelines/pagination_filter_sort.html#filtering
.. _`Filtering Guidelines`: https://specs.openstack.org/openstack/api-wg/guidelines/pagination_filter_sort.html#filtering
.. _`Autoscaling Notifications`: https://ask.openstack.org/en/question/46495/heat-autoscaling-adaptation-actions-on-existing-servers/

View File

@ -6,7 +6,7 @@
"rel": "self"
},
{
"href": "http://developer.openstack.org/api-ref/clustering",
"href": "https://developer.openstack.org/api-ref/clustering",
"rel": "help"
}
],

View File

@ -8,7 +8,7 @@
"rel": "self"
},
{
"href": "http://developer.openstack.org/api-ref/clustering",
"href": "https://developer.openstack.org/api-ref/clustering",
"rel": "help"
}
],

View File

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

View File

@ -23,7 +23,7 @@ OSProfiler
reasons (for example in isolating cross-project performance issues).
More about OSProfiler:
http://docs.openstack.org/developer/osprofiler
https://docs.openstack.org/developer/osprofiler
Senlin supports using OSProfiler to trace the performance of each
key internal processing, including RESTful API, RPC, cluster actions,

View File

@ -215,8 +215,8 @@ Similar to the API tests, senlin functional tests are also developed based on
the *tempest* framework. Test cases are written using the Tempest Plugin
Interface (see: `tempest_plugin`_).
.. _`tempest_overview`: http://docs.openstack.org/developer/tempest
.. _`tempest_plugin`: http://docs.openstack.org/developer/tempest/plugin.html
.. _`tempest_overview`: https://docs.openstack.org/developer/tempest
.. _`tempest_plugin`: https://docs.openstack.org/developer/tempest/plugin.html
Writing Functional Tests

View File

@ -211,5 +211,5 @@ Indices and tables
* :ref:`search`
.. _`Code review guidelines (wiki)`: https://wiki.openstack.org/wiki/CodeReviewGuidelines
.. _`OpenStack developer's guide`: http://docs.openstack.org/infra/manual/developers.html
.. _`OpenStack API Complete Reference - Clustering`: http://developer.openstack.org/api-ref/clustering/
.. _`OpenStack developer's guide`: https://docs.openstack.org/infra/manual/developers.html
.. _`OpenStack API Complete Reference - Clustering`: https://developer.openstack.org/api-ref/clustering/

View File

@ -248,4 +248,4 @@ The steps and samples introduced in this tutorial can also work
well together with composition of ceilometer, Aodh, and Gnocchi
without any change.
.. _heat template: http://git.openstack.org/cgit/openstack/senlin/plain/doc/source/user/scenarios/ex_lbas.yaml
.. _heat template: https://git.openstack.org/cgit/openstack/senlin/plain/doc/source/user/scenarios/ex_lbas.yaml

View File

@ -176,4 +176,4 @@ For other cluster membership management commands and options, please check the
:ref:`user-references` section.
.. _Installation Guide: http://docs.openstack.org/developer/senlin/install.html
.. _Installation Guide: https://docs.openstack.org/developer/senlin/install.html

View File

@ -154,7 +154,7 @@ with the following format to the named Zaqar queue to request Senlin service:
More examples on sending message to a Zaqar queue can be found here:
http://git.openstack.org/cgit/openstack/python-zaqarclient/tree/examples
https://git.openstack.org/cgit/openstack/python-zaqarclient/tree/examples
.. note::

View File

@ -1,4 +1,4 @@
---
other:
- Reworked API documentation which is now published at
http://developer.openstack.org/api-ref/clustering
https://developer.openstack.org/api-ref/clustering

View File

@ -56,7 +56,7 @@ class VersionController(object):
"href": "/v1",
"rel": "self"}, {
"rel": "help",
"href": "http://developer.openstack.org/api-ref/clustering"
"href": "https://developer.openstack.org/api-ref/clustering"
}],
"min_version": cls._MIN_API_VERSION,
"max_version": cls._MAX_API_VERSION,

View File

@ -14,7 +14,8 @@
# limitations under the License.
# It's based on oslo.i18n usage in OpenStack Keystone project and
# recommendations from http://docs.openstack.org/developer/oslo.i18n/usage.html
# recommendations from
# https://docs.openstack.org/developer/oslo.i18n/usage.html
import oslo_i18n

View File

@ -14,7 +14,7 @@
Policy for placing nodes based on Nova server groups.
NOTE: For full documentation about how the affinity policy works, check:
http://docs.openstack.org/developer/senlin/developer/policies/affinity_v1.html
https://docs.openstack.org/developer/senlin/developer/policies/affinity_v1.html
"""
import re

View File

@ -14,7 +14,7 @@
Policy for deleting node(s) from a cluster.
NOTE: For full documentation about how the deletion policy works, check:
http://docs.openstack.org/developer/senlin/developer/policies/deletion_v1.html
https://docs.openstack.org/developer/senlin/developer/policies/deletion_v1.html
"""
from oslo_log import log as logging

View File

@ -14,7 +14,7 @@
Policy for load-balancing among nodes in a cluster.
NOTE: For full documentation about how the deletion policy works, check:
http://docs.openstack.org/developer/senlin/developer/policies/
https://docs.openstack.org/developer/senlin/developer/policies/
load_balance_v1.html
"""

View File

@ -14,7 +14,7 @@
Policy for scheduling nodes across multiple regions.
NOTE: For full documentation about how the policy works, check:
http://docs.openstack.org/developer/senlin/developer/policies/region_v1.html
https://docs.openstack.org/developer/senlin/developer/policies/region_v1.html
"""
import math

View File

@ -14,7 +14,7 @@
Policy for scheduling nodes across availability zones.
NOTE: For full documentation about how the policy works, check:
http://docs.openstack.org/developer/senlin/developer/policies/zone_v1.html
https://docs.openstack.org/developer/senlin/developer/policies/zone_v1.html
"""
import math

View File

@ -18,4 +18,4 @@ To run a single test case, go to tempest directory, then run with test case name
If you can't find run_tempest.sh script in tempest directory, that means the script has been removed in a certain version.
Then you can use "nosetests -v" to replace "./run_tempest.sh -N" in above command.
More information about running tempest test can be found here: http://docs.openstack.org/developer/tempest/overview.html
More information about running tempest test can be found here: https://docs.openstack.org/developer/tempest/overview.html

View File

@ -53,7 +53,7 @@ class VersionControllerTest(shared.ControllerTest, base.SenlinTestCase):
expected = [{
'href': '/v1',
'rel': 'self'}, {
'href': 'http://developer.openstack.org/api-ref/clustering',
'href': 'https://developer.openstack.org/api-ref/clustering',
'rel': 'help',
}]
self.assertEqual(expected, response['links'])

View File

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