diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-16 17:37:56 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
| commit | a5e335de4b26f58c3ec7c7f9b1b90953b381aea4 (patch) | |
| tree | d06d9a8d8e55d91ab556c294d2f150bc19ebcedb /meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini | |
| parent | 9d06f8b343a0db944d34991af071b29028af1028 (diff) | |
| download | meta-cloud-services-a5e335de4b26f58c3ec7c7f9b1b90953b381aea4.tar.gz | |
python-quantum: Configure postgresql credentials
The user and password for postgresql are defined in the
identity class and are loaded by the recipes from this class.
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini b/meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini index 13f5428..7779621 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini +++ b/meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | # sql_connection = mysql://root:nova@127.0.0.1:3306/quantum_linux_bridge | 26 | # sql_connection = mysql://root:nova@127.0.0.1:3306/quantum_linux_bridge |
| 27 | # Replace 127.0.0.1 above with the IP address of the database used by the | 27 | # Replace 127.0.0.1 above with the IP address of the database used by the |
| 28 | # main quantum server. (Leave it as is if the database runs on this host.) | 28 | # main quantum server. (Leave it as is if the database runs on this host.) |
| 29 | sql_connection = postgresql://admin:admin@localhost/quantum | 29 | sql_connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/quantum |
| 30 | # Database reconnection retry times - in event connectivity is lost | 30 | # Database reconnection retry times - in event connectivity is lost |
| 31 | # set to -1 implies an infinite retry count | 31 | # set to -1 implies an infinite retry count |
| 32 | # sql_max_retries = 10 | 32 | # sql_max_retries = 10 |
