diff --git a/doc/install-guide/section_cinder-controller.xml b/doc/install-guide/section_cinder-controller.xml index 49ce00d95d..9b9288c3da 100644 --- a/doc/install-guide/section_cinder-controller.xml +++ b/doc/install-guide/section_cinder-controller.xml @@ -171,5 +171,11 @@ rabbit_password = RABBIT_PASS # chkconfig openstack-cinder-api on # chkconfig openstack-cinder-scheduler on + + By default, the Ubuntu packages create an SQLite database. + Because this configuration uses a SQL database server, remove + the SQLite database file: + # rm -f /var/lib/cinder/cinder.sqlite +