diff options
author | drebs <drebs@leap.se> | 2012-12-05 15:46:09 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2012-12-05 15:46:09 -0200 |
commit | 6f639f25ac599e20b1afa0afeb97b3041aa53283 (patch) | |
tree | ab52f327df1faf7e698e319a3889a4ec1370e068 | |
parent | 8c25f169844ec6b81ad1acb8ea22111541809b07 (diff) |
What's changed updates u1db data before querying log.
-rw-r--r-- | openstack.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |