Comment 3 for bug 1090536

Revision history for this message
Daneyon Hansen (danehans) wrote :

The SQL connection information is exposed to the site/core manifest so we can leverage the controller_node_address variable. Separate SQL connections are used for services to give customers the option for providing unique user credentials. Here is an example from my core manifest:

ovs_sql_connection => "mysql://quantum:${quantum_db_password}@${controller_node_internal}/quantum",