removed unnecessary newlines in computeroutputs
Change-Id: I60ba37e6fae1ef656a4e7d9d5268c8e5ee61a746
This commit is contained in:
parent
e2f2e6dbca
commit
ee6db57197
@ -215,8 +215,7 @@
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_probe-create">
|
||||
<title>neutron-debug probe-create command</title>
|
||||
<screen><computeroutput>usage: neutron-debug probe-create NET
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-create NET</computeroutput></screen>
|
||||
<para>Create probe port - create port and interface, then
|
||||
place it into the created network namespace.</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
@ -231,20 +230,17 @@
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_probe-list">
|
||||
<title>neutron-debug probe-list command</title>
|
||||
<screen><computeroutput>usage: neutron-debug probe-list
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-list</computeroutput></screen>
|
||||
<para>List probes.</para>
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_probe-clear">
|
||||
<title>neutron-debug probe-clear command</title>
|
||||
<screen><computeroutput>usage: neutron-debug probe-clear
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-clear</computeroutput></screen>
|
||||
<para>Clear all probes.</para>
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_probe-delete">
|
||||
<title>neutron-debug probe-delete command</title>
|
||||
<screen><computeroutput>usage: neutron-debug probe-delete <port-id>
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-delete <port-id></computeroutput></screen>
|
||||
<para>
|
||||
Remove a probe.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -259,14 +255,12 @@ Remove a probe.
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_probe-exec">
|
||||
<title>neutron-debug probe-exec command</title>
|
||||
<screen><computeroutput>usage: neutron-debug probe-exec <port-id> <command>
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-exec <port-id> <command></computeroutput></screen>
|
||||
<para>Execute commands in the namespace of the probe</para>
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_ping-all">
|
||||
<title>neutron-debug ping-all command</title>
|
||||
<screen><computeroutput>usage: neutron-debug ping-all <port-id> --timeout <number
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug ping-all <port-id> --timeout <number</computeroutput></screen>
|
||||
<para>All-in-one command to ping all fixed IP's
|
||||
in a specified network.</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
@ -290,23 +284,19 @@ Remove a probe.
|
||||
</section>
|
||||
<section xml:id="neutron-debug_subcommand_backup-show">
|
||||
<title>neutron-debug example</title>
|
||||
<screen><computeroutput>usage: neutron-debug create-probe < NET_ID>
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug create-probe < NET_ID></computeroutput></screen>
|
||||
<para>Create a probe namespace within the network identified
|
||||
by NET_ID. The namespace will have the name of qprobe-<UUID
|
||||
of the probe port></para>
|
||||
<note><para>For the following examples to function, the security group rules
|
||||
may need to be modified to allow the SSH (TCP port 22) or ping
|
||||
(ICMP) traffic into network.</para></note>
|
||||
<screen><computeroutput>usage: neutron-debug probe-exec <probe ID> "ssh <IP of instance>"
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-exec <probe ID> "ssh <IP of instance>"</computeroutput></screen>
|
||||
<para>SSH to an instance within the network.</para>
|
||||
<screen><computeroutput>usage: neutron-debug ping-all <network ID>"
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug ping-all <network ID>"</computeroutput></screen>
|
||||
<para>Ping all instances on this network to verify they are
|
||||
responding.</para>
|
||||
<screen><computeroutput>usage: neutron-debug probe-exec <probe_ID> dhcping <VM_MAC address> -s <IP of DHCP server>"
|
||||
</computeroutput></screen>
|
||||
<screen><computeroutput>usage: neutron-debug probe-exec <probe_ID> dhcping <VM_MAC address> -s <IP of DHCP server>"</computeroutput></screen>
|
||||
<para>Ping the DHCP server for this network using dhcping to
|
||||
verify it is working.</para>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user