From a3da494883b5c5cad98164bc99ab2b41b9526c13 Mon Sep 17 00:00:00 2001
From: zhouxinyong <zhouxinyong@inspur.com>
Date: Wed, 14 Nov 2018 04:00:01 +0800
Subject: [PATCH] Replacing the HTTP protocal with HTTPS

Change-Id: Ib0ef21f23a8b54d43278454bbd6ed6bde419c5f0
---
 doc/source/reference/manila-guide.rst | 2 +-
 specs/containerize-openstack.rst      | 2 +-
 specs/high-availability.rst           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/reference/manila-guide.rst b/doc/source/reference/manila-guide.rst
index fd1742f793..475f4c4946 100644
--- a/doc/source/reference/manila-guide.rst
+++ b/doc/source/reference/manila-guide.rst
@@ -108,7 +108,7 @@ Create a manila share server image to the Image service:
 
 .. code-block:: console
 
-   # wget http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2
+   # wget https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2
    # glance image-create --name "manila-service-image" \
      --file manila-service-image-master.qcow2 \
      --disk-format qcow2 --container-format bare \
diff --git a/specs/containerize-openstack.rst b/specs/containerize-openstack.rst
index 89f2e71bc4..f32635b3ef 100644
--- a/specs/containerize-openstack.rst
+++ b/specs/containerize-openstack.rst
@@ -195,7 +195,7 @@ applied to every packet forwarded and returned by docker-proxy.
 If EXPOSE functionality is desired, it can be added back by
 referencing the default list of OpenStack ports to each Dockerfile:
 
-    http://docs.openstack.org/trunk/config-reference/content/firewalls-default-ports.html
+    https://docs.openstack.org/liberty/config-reference/content/firewalls-default-ports.html
 
 We will use the docker flag --restart=always to provide some measure of
 high availability for the individual containers and ensure they operate
diff --git a/specs/high-availability.rst b/specs/high-availability.rst
index afe33d5b0d..bc4e01b66d 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