What's the plan of configuring database for savanna
Hi team,
I noticed that there is one configuration item involved with database in savanna.conf, it used to be : # URL for sqlalchemy database (string value) connection=sqlite:////var/lib/savanna/savanna-server.db connection=sqlite:////tmp/savanna-server.db
but in the latest build "openstack-savanna-0.3-2.el6.noarch" seems savanna works by setting as below: #connection=sqlite:////savanna/openstack/common/db/$sqlite_db
Are there any history concerns on the savanna db? Thanks for any help.