summaryrefslogtreecommitdiff
path: root/doc/source/user/using.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-09 15:04:52 +0000
committerGerrit Code Review <review@openstack.org>2019-01-09 15:04:52 +0000
commit74fc34a8f07036c4944c22da7a5c02a1ccdfdb71 (patch)
tree6505a547ea3ea2dafba2a2109983ea807ed19d02 /doc/source/user/using.rst
parentac5c31373810daff5c6b3608c7be7f233d188165 (diff)
parentd3a0dab5b66958d0ff4ae2842e80d55f59e3e2f3 (diff)
downloados-client-config-36cdedfd6da5925d0e8f717a1ec55c0e319920ba.tar.gz
Merge "Applying the HTTPS protocal in configuration.rst"stein-em1.32.0
Diffstat (limited to 'doc/source/user/using.rst')
-rw-r--r--doc/source/user/using.rst4
1 files changed, 2 insertions, 2 deletions
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.