From 67448358bf0a80a5d1e722f43abba4c2c10331f4 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 03:57:28 +0800 Subject: [PATCH] Replacing the HTTP protocal with HTTPS . Change-Id: I4217433a2c7d199a3768ae02e2f6798fe6703fd8 --- doc/source/admin/image-building.rst | 2 +- specs/high-availability.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/image-building.rst b/doc/source/admin/image-building.rst index ecbe0b2d5b..3ce4eabc48 100644 --- a/doc/source/admin/image-building.rst +++ b/doc/source/admin/image-building.rst @@ -192,7 +192,7 @@ The ``etc/kolla/kolla-build.conf`` file looks like: [glance-base] type = url - location = http://tarballs.openstack.org/glance/glance-master.tar.gz + location = https://tarballs.openstack.org/glance/glance-master.tar.gz [keystone-base] type = git diff --git a/specs/high-availability.rst b/specs/high-availability.rst index 538bf5af51..881a5a8ba4 100644 --- a/specs/high-availability.rst +++ b/specs/high-availability.rst @@ -54,7 +54,7 @@ not to. It appears that [Nova][] has recently fixed the issue and [Neutron][] is making progress [documented]: https://github.com/openstack/nova/blob/da59d3228125d7e7427c0ba70180db17c597e8fb/nova/openstack/common/db/sqlalchemy/session.py#L180-196 -[Nova]: http://specs.openstack.org/openstack/nova-specs/specs/kilo/approved/lock-free-quota-management.html +[Nova]: https://specs.openstack.org/openstack/nova-specs/specs/kilo/approved/lock-free-quota-management.html [Neutron]: https://bugs.launchpad.net/neutron/+bug/1364358 https://bugs.launchpad.net/neutron/+bug/1331564 Testing should be performed as part of the Galera implementation to verify