summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')