Optimize the link address

Use https instead of http to ensure the safety

Change-Id: Iccfcb142fdb09e2b87c5e94a2129ac3710774fb4
This commit is contained in:
lingyongxu 2017-06-08 09:04:22 +08:00
parent 888ebd5c34
commit ff17dacef8
8 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
# solution from: https://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
except ImportError:

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
============================
Container Cinder Integration

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
==========================
Container Interactive mode

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
=================
Container Sandbox

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
==================
Container Snapshot
@ -126,4 +126,4 @@ Each patch will have unit tests, and Tempest functional tests covered.
Documentation Impact
====================
A set of documentation for this new feature will be required.
A set of documentation for this new feature will be required.

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
==========================
Supporting CPU sets in ZUN

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
=================
Kuryr Integration

View File

@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
https://creativecommons.org/licenses/by/3.0/legalcode
==============
API Validation
@ -169,4 +169,4 @@ Useful Links:
* [JSON Schema core definitions and terminology] (https://tools.ietf.org/html/draft-zyp-json-schema-04)
* [JSON Schema Documentation] (http://json-schema.org/documentation.html)
* [JSON Schema Documentation] (https://json-schema.org/documentation.html)