From d3a0dab5b66958d0ff4ae2842e80d55f59e3e2f3 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 02:10:20 +0800 Subject: 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 --- doc/source/user/using.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/user/using.rst') 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 `_ +`openstack.connection.Connection `_ Constructing shade objects -------------------------- If what you want to do is get a -`shade `_ OpenStackCloud object, a +`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. -- cgit v1.2.1