From 8ddebd081c489cdf0d8d23212bf1cf22e89231d5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Jan 2014 11:30:35 +0100 Subject: [PATCH] Fix miscount in description IP range is the fourth column, not the third one. Also, fix alignment of the table so that first and remaining lines are aligned. Change-Id: Ie741e02cca64fe58218d4491e2adb833df998b5c Closes-Bug: #1272248 --- doc/openstack-ops/ch_ops_user_facing.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/openstack-ops/ch_ops_user_facing.xml b/doc/openstack-ops/ch_ops_user_facing.xml index ec768976..9ef628ad 100644 --- a/doc/openstack-ops/ch_ops_user_facing.xml +++ b/doc/openstack-ops/ch_ops_user_facing.xml @@ -339,16 +339,16 @@ $ nova secgroup-list-rules open +-------------+-----------+---------+-----------+--------------+ - | IP Protocol | From Port | To Port | IP Range | Source Group | - +-------------+-----------+---------+-----------+--------------+ - | icmp | -1 | 255 | 0.0.0.0/0 | | - | tcp | 1 | 65535 | 0.0.0.0/0 | | - | udp | 1 | 65535 | 0.0.0.0/0 | | - +-------------+-----------+---------+-----------+--------------+ +| IP Protocol | From Port | To Port | IP Range | Source Group | ++-------------+-----------+---------+-----------+--------------+ +| icmp | -1 | 255 | 0.0.0.0/0 | | +| tcp | 1 | 65535 | 0.0.0.0/0 | | +| udp | 1 | 65535 | 0.0.0.0/0 | | ++-------------+-----------+---------+-----------+--------------+ These rules are all "allow" type rules as the default is deny. The first column is the IP protocol (one of icmp, tcp, or udp) the second and third columns specify the - affected port range. The third column specifies the IP + affected port range. The fourth column specifies the IP range in CIDR format. This example shows the full port range for all protocols allowed from all IPs. As noted in the previous chapter the number of rules per