Merge "[install] cleanup removing the defaut SQLite database"

This commit is contained in:
Jenkins 2017-03-27 05:21:43 +00:00 committed by Gerrit Code Review
commit 5774575e6b

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