Modify SQL database content for Kilo

Modify SQL database content for Kilo as follows:

1) Use /etc/mysql/conf.d directory for OpenStack configuration.

2) Add "SQL" to title for consistency.

Change-Id: I4bd9280ee3b42ecf362b7744c71a5e36066c9b57
Implements: blueprint installguide-kilo
This commit is contained in:
Matthew Kassawara 2015-03-26 10:13:54 -05:00 committed by OlgaGusarenko
parent 2064a8a332
commit 37f998034c

View File

@ -5,7 +5,7 @@
version="5.0"
xml:id="basics-database">
<?dbhtml stop-chunking?>
<title>Database</title>
<title>SQL database</title>
<para>Most OpenStack services use an SQL database to store information.
The database typically runs on the controller node. The procedures in
this guide use <application>MariaDB</application> or
@ -31,9 +31,9 @@
<para>Choose a suitable password for the database root account.</para>
</step>
<step>
<para os="ubuntu;debian">Edit the
<filename>/etc/mysql/my.cnf</filename> file and complete the
following actions:</para>
<para os="ubuntu;debian">Create and edit the
<filename>/etc/mysql/conf.d/mysqld_openstack.cnf</filename> file and
complete the following actions:</para>
<para os="rhel;centos;fedora;sles;opensuse">Edit the
<filename>/etc/my.cnf</filename> file and complete the following
actions:</para>