Openstack nova.conf setting
In Openstack -starter-guide-diablo.pdf, when setting the file of /etc/nova/nova.conf ,it write as :
For configuring with PostgreSQL change the line with --sql_connection to:
--sql_connection=postgresql://novadbadmin:novasecret@10.10.10.2/nova For configuring with SQLite change the line with --sql_connection to:
--sql_connection=sqlite:////var/lib/nova/nova.sqlite Could you tell me how should I chang the --sql_connection?