Reviewers: mp+122849_code.launchpad.net, Message: Please take a look. Description: Tolerate older twisted versions in openstack provider The juju ppa includes newer versions of txaws and txzookeeper, but uses the system twisted version. This means it ftbfs on natty and oneiric, which doesn't matter much as most devs should be using something newer anyway, but is not hard to fix. This branch uses some existing compat code and adds a conditional import, which is enough to make happiness. https://code.launchpad.net/~gz/juju/old_twisted_1029070/+merge/122849 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/6496084/ Affected files: A [revision details] M juju/providers/openstack/client.py M juju/providers/openstack/provider.py M juju/providers/openstack/tests/test_client.py Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: