From cc2875466426206097bf63c2917ccc0c2618e9ab Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Mon, 4 Jul 2016 18:10:07 +0200 Subject: [PATCH] minor doc layout improvement Use "code-block:: shell" for CLI call examples. Change-Id: Ifbfa8fc7b8726e434afbacc540a73a49cc2eb941 --- doc/source/usage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 1942ecab..64affdf2 100755 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -7,12 +7,16 @@ Use from Neutron API CLI Example commands to use by the admin to create a BGPVPN resource: +.. code-block:: shell + neutron bgpvpn-create --route-targets 64512:1 --tenant-id b954279e1e064dc9b8264474cb3e6bd2 neutron bgpvpn-list neutron bgpvpn-update 1009a0f326b6403180c18f3caa1430de --name myBGPVPN --tenant 4a75e08c45f14aa9afc5da081c9bb534 Example commands to use by the tenant owning the BGPVPN to associate a Network to it: +.. code-block:: shell + neutron bgpvpn-net-assoc-create myBGPVPN --network 828cddad3b834e79b79abc1b87b6cca0 # returns neutron bgpvpn-net-assoc-list myBGPVPN

AltStyle によって変換されたページ (->オリジナル) /