You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/11/12 02:34:48 UTC

svn commit: r1201147 - in /libcloud/branches/0.6.x: ./ CHANGES libcloud/dns/drivers/rackspace.py

Author: tomaz
Date: Sat Nov 12 01:34:48 2011
New Revision: 1201147

URL: http://svn.apache.org/viewvc?rev=1201147&view=rev
Log:
Increase the default poll interval in the Rackspace driver to 2.5
seconds (backport from trunk)

Modified:
    libcloud/branches/0.6.x/   (props changed)
    libcloud/branches/0.6.x/CHANGES
    libcloud/branches/0.6.x/libcloud/dns/drivers/rackspace.py

Propchange: libcloud/branches/0.6.x/
------------------------------------------------------------------------------
    svn:mergeinfo = /libcloud/trunk:1201138

Modified: libcloud/branches/0.6.x/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?rev=1201147&r1=1201146&r2=1201147&view=diff
==============================================================================
--- libcloud/branches/0.6.x/CHANGES (original)
+++ libcloud/branches/0.6.x/CHANGES Sat Nov 12 01:34:48 2011
@@ -21,6 +21,11 @@ Changes with Apache Libcloud in developm
      - Update Amazon S3 driver to support a new region - US West 2 (Oregon)
        [Tomaz Muraus]
 
+   *) DNS:
+      - Increase the default poll interval in the Rackspace driver to 2.5
+      seconds
+      [Tomaz Muraus]
+
 Changes with Apache Libcloud 0.6.1:
 
   *) General:

Modified: libcloud/branches/0.6.x/libcloud/dns/drivers/rackspace.py
URL: http://svn.apache.org/viewvc/libcloud/branches/0.6.x/libcloud/dns/drivers/rackspace.py?rev=1201147&r1=1201146&r2=1201147&view=diff
==============================================================================
--- libcloud/branches/0.6.x/libcloud/dns/drivers/rackspace.py (original)
+++ libcloud/branches/0.6.x/libcloud/dns/drivers/rackspace.py Sat Nov 12 01:34:48 2011
@@ -82,6 +82,7 @@ class RackspaceDNSConnection(OpenStack_1
     responseCls = RackspaceDNSResponse
     _url_key = 'dns_url'
     XML_NAMESPACE = None
+    poll_interval = 2.5
 
     def get_poll_request_kwargs(self, response, context):
         job_id = response.object['jobId']