From 6f639f25ac599e20b1afa0afeb97b3041aa53283 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 5 Dec 2012 15:46:09 -0200 Subject: What's changed updates u1db data before querying log. --- openstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack.py b/openstack.py index a7220fa8..31f59e10 100644 --- a/openstack.py +++ b/openstack.py @@ -30,6 +30,7 @@ class OpenStackDatabase(CommonBackend): raise NotImplementedError(self.set_document_size_limit) def whats_changed(self, old_generation=0): + self._get_u1db_data() # This method is implemented in TransactionLog because testing is # easier like this for now, but it can be moved to here afterwards. return self._transaction_log.whats_changed(old_generation) -- cgit v1.2.3