Fix code-block for python code in doc

Change-Id: Ia5cb007b0a0093e478416161763dcaa23b9cfbe4
This commit is contained in:
Hirofumi Ichihara 2016-01-25 19:29:57 +09:00
parent 11d9cc87e0
commit 6581284941

View File

@ -54,6 +54,8 @@ Now you can call various methods on the client instance.
Alternatively, you can create a client instance using an auth token
and a service endpoint URL directly.
.. code-block:: python
>>> from neutronclient.v2_0 import client
>>> neutron = client.Client(endpoint_url='http://192.168.206.130:9696/',
token='d3f9226f27774f338019aa2611112ef6')
... token='d3f9226f27774f338019aa2611112ef6')