From ee6db57197e37bdacc7023335c508d3ed640529c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 28 Apr 2014 15:55:30 +0200 Subject: [PATCH] removed unnecessary newlines in computeroutputs Change-Id: I60ba37e6fae1ef656a4e7d9d5268c8e5ee61a746 --- .../ch_cli_neutron-debug_commands.xml | 30 +++++++------------ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/doc/cli-reference/ch_cli_neutron-debug_commands.xml b/doc/cli-reference/ch_cli_neutron-debug_commands.xml index b9dc5633b8..3400d4de39 100644 --- a/doc/cli-reference/ch_cli_neutron-debug_commands.xml +++ b/doc/cli-reference/ch_cli_neutron-debug_commands.xml @@ -215,8 +215,7 @@
neutron-debug probe-create command - usage: neutron-debug probe-create NET - + usage: neutron-debug probe-create NET Create probe port - create port and interface, then place it into the created network namespace. Positional arguments @@ -231,20 +230,17 @@
neutron-debug probe-list command - usage: neutron-debug probe-list - + usage: neutron-debug probe-list List probes.
neutron-debug probe-clear command - usage: neutron-debug probe-clear - + usage: neutron-debug probe-clear Clear all probes.
neutron-debug probe-delete command - usage: neutron-debug probe-delete <port-id> - + usage: neutron-debug probe-delete <port-id> Remove a probe. @@ -259,14 +255,12 @@ Remove a probe.
neutron-debug probe-exec command - usage: neutron-debug probe-exec <port-id> <command> - + usage: neutron-debug probe-exec <port-id> <command> Execute commands in the namespace of the probe
neutron-debug ping-all command - usage: neutron-debug ping-all <port-id> --timeout <number - + usage: neutron-debug ping-all <port-id> --timeout <number All-in-one command to ping all fixed IP's in a specified network. Positional arguments @@ -290,23 +284,19 @@ Remove a probe.
neutron-debug example - usage: neutron-debug create-probe < NET_ID> - + usage: neutron-debug create-probe < NET_ID> Create a probe namespace within the network identified by NET_ID. The namespace will have the name of qprobe-<UUID of the probe port> 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. - usage: neutron-debug probe-exec <probe ID> "ssh <IP of instance>" - + usage: neutron-debug probe-exec <probe ID> "ssh <IP of instance>" SSH to an instance within the network. - usage: neutron-debug ping-all <network ID>" - + usage: neutron-debug ping-all <network ID>" Ping all instances on this network to verify they are responding. - usage: neutron-debug probe-exec <probe_ID> dhcping <VM_MAC address> -s <IP of DHCP server>" - + usage: neutron-debug probe-exec <probe_ID> dhcping <VM_MAC address> -s <IP of DHCP server>" Ping the DHCP server for this network using dhcping to verify it is working.