[openstack-nova] Poll for database connection indefinitely

Nikola Dipanov ndipanov at fedoraproject.org
Tue Aug 27 11:01:06 UTC 2013


commit e5cbe0d11ba823ae9cf905b46186f8e2d2a61edf
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Thu Aug 8 14:50:14 2013 +0200

    Poll for database connection indefinitely

 nova-dist.conf      |    1 +
 openstack-nova.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nova-dist.conf b/nova-dist.conf
index 5161339..958f882 100644
--- a/nova-dist.conf
+++ b/nova-dist.conf
@@ -12,6 +12,7 @@ libvirt_inject_partition = -1
 network_manager = nova.network.manager.FlatDHCPManager
 iscsi_helper = tgtadm
 sql_connection = mysql://nova:nova@localhost/nova
+sql_max_retries = -1
 compute_driver = libvirt.LibvirtDriver
 firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
 rpc_backend = nova.openstack.common.rpc.impl_qpid
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 059a38e..0be5cb9 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.2
-Release:          0.10.b2%{?dist}
+Release:          0.11.b2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -897,6 +897,9 @@ fi
 %endif
 
 %changelog
+* Tue Aug 27 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-0.11.b2
+- Change the default config to poll for DB connection indefinitely
+
 * Wed Aug 07 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-0.10.b2
 - Create a nova-dist.conf file with default values under /usr/share
 


More information about the scm-commits mailing list