summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhouxinyong <zhouxinyong@inspur.com>2018-11-14 02:10:20 +0800
committerMonty Taylor <mordred@inaugust.com>2019-01-09 14:12:33 +0000
commitd3a0dab5b66958d0ff4ae2842e80d55f59e3e2f3 (patch)
tree5555b0feee830ba7bb295eec0c6150c3e5808a49
parentcea479d0713626c876ef12b22762241ea7e59c4d (diff)
downloados-client-config-d3a0dab5b66958d0ff4ae2842e80d55f59e3e2f3.tar.gz
Applying the HTTPS protocal in configuration.rst
To keep the website in this file be more robust, we'd better update the links to HTTPS type. Change-Id: Ia824909e26e3b31cf2c04a8697cc03c50343eaea
-rw-r--r--doc/source/user/releasenotes.rst2
-rw-r--r--doc/source/user/using.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/user/releasenotes.rst b/doc/source/user/releasenotes.rst
index 9f41b7e..9cb5195 100644
--- a/doc/source/user/releasenotes.rst
+++ b/doc/source/user/releasenotes.rst
@@ -3,4 +3,4 @@ Release Notes
=============
Release notes for `os-client-config` can be found at
-http://docs.openstack.org/releasenotes/os-client-config/
+https://docs.openstack.org/releasenotes/os-client-config/
diff --git a/doc/source/user/using.rst b/doc/source/user/using.rst
index 22384d0..aa1165e 100644
--- a/doc/source/user/using.rst
+++ b/doc/source/user/using.rst
@@ -92,13 +92,13 @@ If you want to do the same thing but also support command line parsing.
It should be noted that OpenStack SDK has ways to construct itself that allow
for additional flexibility. If the helper function here does not meet your
needs, you should see the `from_config` method of
-`openstack.connection.Connection <http://developer.openstack.org/sdks/python/openstacksdk/users/guides/connect_from_config.html>`_
+`openstack.connection.Connection <https://developer.openstack.org/sdks/python/openstacksdk/users/guides/connect_from_config.html>`_
Constructing shade objects
--------------------------
If what you want to do is get a
-`shade <http://docs.openstack.org/infra/shade/>`_ OpenStackCloud object, a
+`shade <https://docs.openstack.org/infra/shade/>`_ OpenStackCloud object, a
helper function that honors clouds.yaml and `OS_` environment variables is
provided. The following will get you a fully configured `OpenStackCloud`
instance.