Sprinkle :: throughout the setup-neutron docs

Force the setup-neutron section of usage.rst into line by using ::
to tell ReST that the following paragraph is a code block, which
makes it match the rest of the document.

Change-Id: I6d57353eda7db84e2f9311fdde48781e20bc54c5
This commit is contained in:
Steve Kowalik 2014-10-08 11:12:26 +11:00
parent 0aeb06a471
commit dd399dbc91

View File

@ -133,7 +133,7 @@ The setup-neutron command line utility allows setting up of a physical control
plane network suitable for deployment clouds, or an external network with an
internal floating network suitable for workload clouds.
The network JSON argument allows specifying the network(s) to be created.
The network JSON argument allows specifying the network(s) to be created::
setup-neutron -n /tmp/ctlplane
@ -155,7 +155,7 @@ with a CIDR of '192.0.2.0/24', a metadata server and gateway of '192.0.2.1',
and will allocate DHCP leases in the range of '192.0.2.2' to '192.0.2.20', as
well as adding a route for 169.254.169.254/32.
setup-neutron also supports datacentre networks that require 802.1Q VLAN tags.
setup-neutron also supports datacentre networks that require 802.1Q VLAN tags::
setup-neutron -n /tmp/ctlplane-dc
@ -176,7 +176,7 @@ Where /tmp/ctlplane-dc contains::
This creates a Neutron datacentre 'net' using VLAN tag 25, with the same
details as the flat network created above.
setup-neutron can also create two networks suitable for workload clouds.
setup-neutron can also create two networks suitable for workload clouds::
setup-neutron -n /tmp/float