[install] cleanup removing the defaut SQLite database

Ubuntu does not provide the default SQLite database
for the Ocata packages.

Change-Id: I66a445a6fa903e6c8d6bb853af5048e6ceddf2d3
backport: ocata
This commit is contained in:
KATO Tomoyuki 2017-03-26 18:29:26 +09:00
parent c8d0a46e90
commit 9df81f772e
1 changed files with 1 additions and 2 deletions

View File

@ -336,12 +336,11 @@ Finalize the installation
.. only:: ubuntu
#. Restart the Apache service and remove the default SQLite database:
#. Restart the Apache service:
.. code-block:: console
# service apache2 restart
# rm -f /var/lib/keystone/keystone.db
.. end