Clarify MySQL Python library installation
I clarified the MySQL Python library installation instructions for the controller nodes and other nodes. Change-Id: I6a3f56385c90006db445e02897c6e62a26792c42 Closes-Bug: #1341174
This commit is contained in:
parent
b912233b3c
commit
41b5d614e5
@ -9,7 +9,7 @@
|
||||
<para os="ubuntu;debian;rhel;fedora;centos">Most OpenStack
|
||||
services require a database to store information. These examples
|
||||
use a MySQL database that runs on the controller node. You must
|
||||
install the MySQL database on the controller node. You must
|
||||
install the MySQL database on the controller node. You must also
|
||||
install the MySQL Python library on any additional nodes that
|
||||
access MySQL.</para>
|
||||
<para os="opensuse;sles">Most OpenStack services require a
|
||||
@ -21,7 +21,7 @@
|
||||
Python library on any additional nodes that access MySQL or MariaDB.
|
||||
</para>
|
||||
<section xml:id="basics-database-controller">
|
||||
<title>Controller setup</title>
|
||||
<title>Controller node</title>
|
||||
<para><phrase os="sles">For SUSE Linux Enterprise Server:
|
||||
</phrase> On the controller node, install the MySQL client and
|
||||
server packages, and the Python library.</para>
|
||||
@ -106,9 +106,9 @@ character-set-server = utf8</programlisting>
|
||||
good reason to do otherwise.</para>
|
||||
</section>
|
||||
<section xml:id="basics-database-node">
|
||||
<title>Node setup</title>
|
||||
<para>On all nodes other than the controller node, install the
|
||||
MySQL Python library:</para>
|
||||
<title>Other nodes</title>
|
||||
<para>On nodes other than the controller node, you only need to install
|
||||
the MySQL Python library:</para>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install python-mysqldb</userinput></screen>
|
||||
<screen os="rhel;fedora;centos"><prompt>#</prompt> <userinput>yum install MySQL-python</userinput></screen>
|
||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install python-mysql</userinput></screen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user