Optimize the link address
Use https instead of http to ensure the safety Change-Id: Iccfcb142fdb09e2b87c5e94a2129ac3710774fb4
This commit is contained in:
parent
888ebd5c34
commit
ff17dacef8
2
setup.py
2
setup.py
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user