From ff17dacef8a6e364c1f1a9e979ce6d4df35064b5 Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Thu, 8 Jun 2017 09:04:22 +0800 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety Change-Id: Iccfcb142fdb09e2b87c5e94a2129ac3710774fb4 --- setup.py | 2 +- specs/cinder-integration.rst | 2 +- specs/container-interactive-mode.rst | 2 +- specs/container-sandbox.rst | 2 +- specs/container-snapshot.rst | 4 ++-- specs/cpuset-container.rst | 2 +- specs/kuryr-integration.rst | 2 +- specs/zun-api-validation.rst | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 566d84432..137011c0e 100644 --- a/setup.py +++ b/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: diff --git a/specs/cinder-integration.rst b/specs/cinder-integration.rst index 30d8f1ddf..22c5ff4b0 100644 --- a/specs/cinder-integration.rst +++ b/specs/cinder-integration.rst @@ -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 diff --git a/specs/container-interactive-mode.rst b/specs/container-interactive-mode.rst index 4142980c0..8af048615 100644 --- a/specs/container-interactive-mode.rst +++ b/specs/container-interactive-mode.rst @@ -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 diff --git a/specs/container-sandbox.rst b/specs/container-sandbox.rst index b64bb80e1..bf136e99e 100644 --- a/specs/container-sandbox.rst +++ b/specs/container-sandbox.rst @@ -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 diff --git a/specs/container-snapshot.rst b/specs/container-snapshot.rst index 9db42c88d..501890dbe 100644 --- a/specs/container-snapshot.rst +++ b/specs/container-snapshot.rst @@ -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. \ No newline at end of file +A set of documentation for this new feature will be required. diff --git a/specs/cpuset-container.rst b/specs/cpuset-container.rst index 9b3deca14..56aa01f50 100644 --- a/specs/cpuset-container.rst +++ b/specs/cpuset-container.rst @@ -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 diff --git a/specs/kuryr-integration.rst b/specs/kuryr-integration.rst index fd58ec1b7..4ae220f7a 100644 --- a/specs/kuryr-integration.rst +++ b/specs/kuryr-integration.rst @@ -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 diff --git a/specs/zun-api-validation.rst b/specs/zun-api-validation.rst index 69c128e69..bdf68831d 100644 --- a/specs/zun-api-validation.rst +++ b/specs/zun-api-validation.rst @@ -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)