Merge "Fix formatting in readme file"

This commit is contained in:
Jenkins 2016-05-02 21:24:21 +00:00 committed by Gerrit Code Review
commit 16ed02735b

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