Cinder setup guide .sqlite file

Adding a step to the Cinder setup guide (Havana) to advise
users to delete the .sqlite files when using MySQL (Ubuntu OS).

Change-Id: I8b261851b014eb2b42bbdc3a82a280ba44d3e529
backport: havana
Closes-Bug: #1288715
This commit is contained in:
Joseph Robinson 2014-09-10 17:14:11 +10:00
parent 0edb96d681
commit e3f06faffd
1 changed files with 6 additions and 0 deletions

View File

@ -171,5 +171,11 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
<prompt>#</prompt> <userinput>chkconfig openstack-cinder-api on</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-cinder-scheduler on</userinput></screen>
</step>
<step os="ubuntu">
<para>By default, the Ubuntu packages create an SQLite database.</para>
<para>Because this configuration uses a SQL database server, remove
the SQLite database file:</para>
<screen><prompt>#</prompt> <userinput>rm -f /var/lib/cinder/cinder.sqlite</userinput></screen>
</step>
</procedure>
</section>