Author: tomaz
Date: Wed May 22 01:19:33 2013
New Revision: 1485025

URL: http://svn.apache.org/r1485025
Log:
Don't force re-authenticate on every authenticate() call by default.

Modified:
    libcloud/trunk/libcloud/common/openstack.py

Modified: libcloud/trunk/libcloud/common/openstack.py
URL: 
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py?rev=1485025&r1=1485024&r2=1485025&view=diff
==============================================================================
--- libcloud/trunk/libcloud/common/openstack.py (original)
+++ libcloud/trunk/libcloud/common/openstack.py Wed May 22 01:19:33 2013
@@ -129,7 +129,7 @@ class OpenStackAuthConnection(Connection
         headers['Content-Type'] = 'application/json; charset=UTF-8'
         return headers
 
-    def authenticate(self, force=True):
+    def authenticate(self, force=False):
         """
         Authenticate against the keystone api.
 


Reply via email to