From b750ef5013a81115c25213d9951b09af620af11c Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 03:24:14 +0800 Subject: [PATCH] Replaces http with https in release notes Change-Id: Idac5fc5abc0e2f6bff1d6e3bb3f024f0053f0c7a --- releasenotes/notes/cors-5f345c65da7f5c99.yaml | 6 +++--- releasenotes/notes/extend-rules-9a9d38701e970611.yaml | 2 +- .../notes/no-downgrade-migrations-514bf872d9f944ed.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releasenotes/notes/cors-5f345c65da7f5c99.yaml b/releasenotes/notes/cors-5f345c65da7f5c99.yaml index ec66fef1f..acff2a3d4 100644 --- a/releasenotes/notes/cors-5f345c65da7f5c99.yaml +++ b/releasenotes/notes/cors-5f345c65da7f5c99.yaml @@ -6,8 +6,8 @@ features: break the single-origin policy and access the API directly. OpenStack CrossProject Spec: - http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html + https://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html Oslo_Middleware Docs: - http://docs.openstack.org/developer/oslo.middleware/cors.html + https://docs.openstack.org/developer/oslo.middleware/cors.html OpenStack Cloud Admin Guide: - http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html + https://docs.openstack.org/admin-guide-cloud/cross_project_cors.html diff --git a/releasenotes/notes/extend-rules-9a9d38701e970611.yaml b/releasenotes/notes/extend-rules-9a9d38701e970611.yaml index 34fe63638..9e04fdb1e 100644 --- a/releasenotes/notes/extend-rules-9a9d38701e970611.yaml +++ b/releasenotes/notes/extend-rules-9a9d38701e970611.yaml @@ -2,4 +2,4 @@ features: - Conditions now support comparing fields from node info; - Actions support formatting to fetch values from introspection data. - See http://docs.openstack.org/developer/ironic-inspector/usage.html#introspection-rules \ No newline at end of file + See https://docs.openstack.org/developer/ironic-inspector/usage.html#introspection-rules \ No newline at end of file diff --git a/releasenotes/notes/no-downgrade-migrations-514bf872d9f944ed.yaml b/releasenotes/notes/no-downgrade-migrations-514bf872d9f944ed.yaml index 0a0db12e9..545209986 100644 --- a/releasenotes/notes/no-downgrade-migrations-514bf872d9f944ed.yaml +++ b/releasenotes/notes/no-downgrade-migrations-514bf872d9f944ed.yaml @@ -2,4 +2,4 @@ features: - Database migrations downgrade was removed. More info about database migration/rollback could be found here - http://docs.openstack.org/openstack-ops/content/ops_upgrades-roll-back.html + https://docs.openstack.org/openstack-ops/content/ops_upgrades-roll-back.html