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 `_ +`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.