Fix formatting in readme file

Change-Id: Ifa37d38b3c7689f703c7129459b15a367e2aafff
This commit is contained in:
Ilya Shakhat 2016-04-22 18:00:53 +03:00
parent d9f9c05bfb
commit 700ab6f282

View File

@ -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')