From b739f858d7fd56f2e0bb4a9448344bef03c9d439 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Fri, 15 Aug 2014 11:15:55 +0100 Subject: [PATCH] Last part of typo/spelling errors fixing This patch complete the typo/spelling scanning on the openstack-manuals repository. Change-Id: Ib3056644d23cc28cb64cd437c70c55535482d252 --- doc/networking-guide/ch_advanced.xml | 8 ++++---- .../section_cli_nova_manage_projects_security.xml | 2 +- doc/user-guide/section_sdk_nova.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/networking-guide/ch_advanced.xml b/doc/networking-guide/ch_advanced.xml index e9487dc937..e09f1e1c33 100644 --- a/doc/networking-guide/ch_advanced.xml +++ b/doc/networking-guide/ch_advanced.xml @@ -917,7 +917,7 @@ firewall_policy_id uuid-str or None allocated by Networking - This is a read-only attribute that gets populated with the uuid of the + This is a read-only attribute that gets populated with the UUID of the firewall policy when this firewall rule is associated with a firewall policy. A firewall rule can be associated with only one firewall policy at a time. However, the association can be changed to a different @@ -1047,7 +1047,7 @@ firewall_rules List of uuid-str or None None - This is an ordered list of firewall rule uuids. The firewall applies the + This is an ordered list of firewall rule UUIDs. The firewall applies the rules in the order in which they appear in this list. @@ -1143,9 +1143,9 @@ firewall_policy_id uuid-str or None None - The firewall policy uuid that this firewall is associated with. This + The firewall policy UUID that this firewall is associated with. This firewall implements the rules contained in the firewall policy - represented by this uuid. + represented by this UUID. diff --git a/doc/user-guide-admin/section_cli_nova_manage_projects_security.xml b/doc/user-guide-admin/section_cli_nova_manage_projects_security.xml index 521091b976..02100f2a07 100644 --- a/doc/user-guide-admin/section_cli_nova_manage_projects_security.xml +++ b/doc/user-guide-admin/section_cli_nova_manage_projects_security.xml @@ -139,7 +139,7 @@ export OS_TENANT_NAME=tenant01 You can create complex rule sets by creating additional rules. For example, if you want to pass - both http and https traffic, run: + both HTTP and HTTPS traffic, run: $ nova secgroup-add-rule global_http tcp 443 443 0.0.0.0/0 +-------------+-----------+---------+-----------+--------------+ | IP Protocol | From Port | To Port | IP Range | Source Group | diff --git a/doc/user-guide/section_sdk_nova.xml b/doc/user-guide/section_sdk_nova.xml index 8ab6622e5a..fcb44aa104 100644 --- a/doc/user-guide/section_sdk_nova.xml +++ b/doc/user-guide/section_sdk_nova.xml @@ -350,7 +350,7 @@ from utils import print_flavors print("-"*35) - Get openStack credentials. See Get OpenStack credentials. See .