Merge branch 'fix_openstack_token_caching_and_reuse' into trunk
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b9f7de8a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b9f7de8a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b9f7de8a Branch: refs/heads/trunk Commit: b9f7de8a61b52bebdf7fe6ff28bcd59635b7cfcd Parents: d449ffc a5648b3 Author: Tomaz Muraus <[email protected]> Authored: Fri Nov 15 10:24:18 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Nov 15 10:24:18 2013 +0100 ---------------------------------------------------------------------- docs/compute/drivers/openstack.rst | 13 ++++ libcloud/common/openstack.py | 68 +++++++++++--------- .../compute/fixtures/openstack/_v1_1__auth.json | 2 +- .../compute/fixtures/openstack/_v2_0__auth.json | 2 +- .../openstack/_v2_0__auth_deployment.json | 2 +- .../fixtures/openstack/_v2_0__auth_lon.json | 2 +- libcloud/test/compute/test_openstack.py | 50 ++++++++------ .../test/dns/fixtures/rackspace/auth_1_1.json | 2 +- .../test/dns/fixtures/rackspace/auth_2_0.json | 2 +- .../fixtures/rackspace/_v2_0__auth.json | 2 +- .../fixtures/rackspace/auth_2_0.json | 2 +- .../fixtures/cloudfiles/_v2_0__auth.json | 2 +- 12 files changed, 90 insertions(+), 59 deletions(-) ----------------------------------------------------------------------
