Fix code-block for python code in doc
Change-Id: Ia5cb007b0a0093e478416161763dcaa23b9cfbe4
This commit is contained in:
parent
11d9cc87e0
commit
6581284941
@ -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
|
Alternatively, you can create a client instance using an auth token
|
||||||
and a service endpoint URL directly.
|
and a service endpoint URL directly.
|
||||||
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
>>> from neutronclient.v2_0 import client
|
>>> from neutronclient.v2_0 import client
|
||||||
>>> neutron = client.Client(endpoint_url='http://192.168.206.130:9696/',
|
>>> neutron = client.Client(endpoint_url='http://192.168.206.130:9696/',
|
||||||
token='d3f9226f27774f338019aa2611112ef6')
|
... token='d3f9226f27774f338019aa2611112ef6')
|
||||||
|
Loading…
Reference in New Issue
Block a user