From 700ab6f28220dbd09c2bf1c917245dd212c0fb75 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Fri, 22 Apr 2016 18:00:53 +0300 Subject: Fix formatting in readme file Change-Id: Ifa37d38b3c7689f703c7129459b15a367e2aafff --- README.rst | 2 ++ 1 file changed, 2 insertions(+) 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') -- cgit v1.2.1