Merge branch 'trunk' into ex_connection_class_kwargs_regression_fix
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e87a8838 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e87a8838 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e87a8838 Branch: refs/heads/trunk Commit: e87a8838296aa9ecb11adb29dcc1b8f8e765afd0 Parents: fd0a22f 742d23e Author: Tomaz Muraus <[email protected]> Authored: Sat Apr 16 19:38:44 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Apr 16 19:38:44 2016 +0200 ---------------------------------------------------------------------- libcloud/common/dimensiondata.py | 5 +- libcloud/compute/drivers/dimensiondata.py | 106 ++++++-- libcloud/dns/base.py | 2 +- libcloud/dns/drivers/durabledns.py | 2 +- libcloud/dns/drivers/pointdns.py | 2 +- libcloud/dns/drivers/worldwidedns.py | 2 +- .../dimensiondata/network_firewallRule.xml | 244 +------------------ .../fixtures/dimensiondata/server_addDisk.xml | 9 + .../dimensiondata/server_removeDisk.xml | 6 + libcloud/test/compute/test_dimensiondata.py | 27 +- 10 files changed, 133 insertions(+), 272 deletions(-) ----------------------------------------------------------------------
