diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-27 14:14:36 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | 1510c871a8e7291cd49b056db3af756c5ff296b4 (patch) | |
| tree | 16289b08a2d267fdde7f729e3d5e6b0c4568d9f5 /meta-openstack/recipes-devtools/python | |
| parent | 232a9e097b316037c7bb37a8ab9b6bbee8ff0c25 (diff) | |
| download | meta-cloud-services-1510c871a8e7291cd49b056db3af756c5ff296b4.tar.gz | |
python-quantum: Updated db username
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum/linuxbridge_conf.ini | 2 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum/ovs_quantum_plugin.ini | 2 |
2 files changed, 2 insertions, 2 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.) |
| 29 | sql_connection = postgresql://nova:nova@localhost/quantum | 29 | sql_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 |
diff --git a/meta-openstack/recipes-devtools/python/python-quantum/ovs_quantum_plugin.ini b/meta-openstack/recipes-devtools/python/python-quantum/ovs_quantum_plugin.ini index ca68814..8b46a4b 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum/ovs_quantum_plugin.ini +++ b/meta-openstack/recipes-devtools/python/python-quantum/ovs_quantum_plugin.ini | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # sql_connection = mysql://root:nova@127.0.0.1:3306/ovs_quantum | 4 | # sql_connection = mysql://root:nova@127.0.0.1:3306/ovs_quantum |
| 5 | # Replace 127.0.0.1 above with the IP address of the database used by the | 5 | # Replace 127.0.0.1 above with the IP address of the database used by the |
| 6 | # main quantum server. (Leave it as is if the database runs on this host.) | 6 | # main quantum server. (Leave it as is if the database runs on this host.) |
| 7 | sql_connection = postgresql://nova:nova@localhost/quantum | 7 | sql_connection = postgresql://admin:admin@localhost/quantum |
| 8 | # Database reconnection retry times - in event connectivity is lost | 8 | # Database reconnection retry times - in event connectivity is lost |
| 9 | # set to -1 implies an infinite retry count | 9 | # set to -1 implies an infinite retry count |
| 10 | # sql_max_retries = 10 | 10 | # sql_max_retries = 10 |
