summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shakhat <ishakhat@mirantis.com>2016-04-22 18:00:53 +0300
committerIlya Shakhat <ishakhat@mirantis.com>2016-04-22 18:01:17 +0300
commit700ab6f28220dbd09c2bf1c917245dd212c0fb75 (patch)
tree2469cffa52686ed9b0db622facbd8afefd423756
parentd9f9c05bfb377f02b6150ca50030e088d2c19df5 (diff)
downloados-client-config-700ab6f28220dbd09c2bf1c917245dd212c0fb75.tar.gz
Fix formatting in readme file
Change-Id: Ifa37d38b3c7689f703c7129459b15a367e2aafff
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 97a1584..ff95c07 100644
--- a/README.rst
+++ b/README.rst
@@ -399,6 +399,8 @@ in luck. The same interface for `make_client` is supported for `session_client`
and will return you a keystoneauth Session object that is mounted on the
endpoint for the service you're looking for.
+.. code-block:: python
+
import os_client_config
session = os_client_config.session_client('compute', cloud='vexxhost')