minor doc layout improvement

Use "code-block:: shell" for CLI call examples.
Change-Id: Ifbfa8fc7b8726e434afbacc540a73a49cc2eb941
This commit is contained in:
Thomas Morin
2016年07月04日 18:10:07 +02:00
parent c93da24ec4
commit cc28754664

View File

@@ -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 <net-assoc-uuid>
neutron bgpvpn-net-assoc-list myBGPVPN
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.