blob: d2166c81007e8c3ba40be71c095bc05a96ede711 (
plain)
1
2
3
4
5
6
7
8
|
A note about database configuration
----------------------------------
Keystone by default uses sqlite3 as a database. If you want
to use something other than sqlite3, please run the following command:
sudo dpkg-reconfigure -plow keystone
|