From 5517c0d11f347c52e74a38c12ca1c6351629c82e Mon Sep 17 00:00:00 2001 From: Scott Radvan Date: Wed, 9 Oct 2013 10:49:11 +1000 Subject: [PATCH] Spelling and flow fixes. * Minor wording and spelling fixes. * Fix firewall description on disabling firewalld and enabling iptables on Fedora. Change-Id: I9f03aa918c3612d79cc21bbc24a7dc1526b9008e --- doc/common/section_getstart_architecture.xml | 2 +- doc/install-guide/ch_basics.xml | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/common/section_getstart_architecture.xml b/doc/common/section_getstart_architecture.xml index 5ac8191f13..bcb3186075 100644 --- a/doc/common/section_getstart_architecture.xml +++ b/doc/common/section_getstart_architecture.xml @@ -143,7 +143,7 @@ OpenStack modules are one of the following types: - Daemon. Runs as a daemon. On Linux platforms, it's + Daemon. Runs as a daemon. On Linux platforms, are usually installed as a service. diff --git a/doc/install-guide/ch_basics.xml b/doc/install-guide/ch_basics.xml index bc22b7e7d1..361a194816 100644 --- a/doc/install-guide/ch_basics.xml +++ b/doc/install-guide/ch_basics.xml @@ -12,7 +12,7 @@ only possible configuration. However, you do need to configure certain aspects of the operating system on each node. - This chapters details a sample configuration for both the controller + This chapter details a sample configuration for both the controller node and any additional nodes. It's possible to configure the operating system in other ways, but the remainder of this guide assumes you have a configuration compatible with the one shown here. @@ -32,7 +32,7 @@ This section sets up networking on two networks with static IP addresses and manually manages a list of hostnames on each machine. If you manage a large network, you probably already have systems in place to - manage this. You may skip this section, but note that the rest of this + manage this. If so, you may skip this section, but note that the rest of this guide assumes that each node can reach the other nodes on the internal network using hostnames like controller and compute1. @@ -48,11 +48,13 @@ # chkconfig network on - On Fedora 19, firewalld replaced - iptables as the default firewall. You can configure - iptables to allow OpenStack to work, but this guide - currently recommends switching to iptables. - # service firewalld stop + Since Fedora 19, firewalld replaced + iptables as the default firewall system. You can configure + firewalld successfully, but this guide + currently recommends and demonstrates the use of iptables. + For Fedora 19 systems, run the following commands to disable + firewalld and enable iptables. +# service firewalld stop # service iptables start # chkconfig firewalld off # chkconfig iptables on @@ -103,7 +105,7 @@ ONBOOT=yes # hostname controller - To have this hostname set when the system + To have the hostname change persist when the system reboots, you need to specify it in the proper configuration file. In Red Het Enterprise Linux, Centos, and older versions of Fedora, you set this in the file /etc/sysconfig/network. Change the line @@ -261,7 +263,7 @@ hwclock -w The openstack-utils package contains utility programs that make installation and configuration easier. These programs will be used throughout this guide. Install - openstack-utils. This will also verity that you can + openstack-utils. This will also verify that you can access the RDO repository. # yum install openstack-utils