diff --git a/doc/install-guide/ch_basics.xml b/doc/install-guide/ch_basics.xml index 9bfa0bb802..c8dee4fcc0 100644 --- a/doc/install-guide/ch_basics.xml +++ b/doc/install-guide/ch_basics.xml @@ -51,15 +51,21 @@ 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. + 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 - Next, create the configuration files for both eth0 + When you setup your system, use the + traditional network scripts and do not use the + NetworkManager. You can change the settings also after + installation with the YaST network module: + # yast2 network + + Next, create the configuration for both eth0 and eth1. This guide uses 192.168.0.x address for the internal network and 10.0.0.x addresses for the external network. Make @@ -131,6 +137,11 @@ ONBOOT=yes + + + Setup a default route on the external network. + + @@ -262,15 +273,14 @@ hwclock -w the system boots. # service mysqld start # chkconfig mysqld on - # systemctl enable mysqld.service -# systemctl start mysqld.service + # systemctl enable mysql.service +# systemctl start mysql.service Finally, it's a good idea to set a root password for your MySQL database. The OpenStack programs that set up databases and tables will prompt you for this password if it's set. # mysqladmin password newPassword - Enter your desired password when prompted.
Messaging Server diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index 45560aa07c..f5e57c7d33 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -9,7 +9,7 @@ Install the Identity Service on the controller node: # apt-get install keystone python-keystone python-keystoneclient # yum install openstack-keystone python-keystoneclient - # zypper install openstack-keystone python-keystoneclient + # zypper install openstack-keystone python-keystoneclient openstack-utils