summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini
diff options
context:
space:
mode:
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.ini2
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 476cd3a..13f5428 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.)
29sql_connection = postgresql://nova:nova@localhost/quantum 29sql_connection = postgresql://admin:admin@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