Merge remote-tracking branch 'micafer/trunk' into trunk
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cdff9500 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cdff9500 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cdff9500 Branch: refs/heads/trunk Commit: cdff9500b9217c1df896f2cfb99b43e2eb9b868f Parents: 20186b9 45d33fd Author: Rick van de Loo <[email protected]> Authored: Wed Sep 19 10:01:11 2018 +0200 Committer: Rick van de Loo <[email protected]> Committed: Wed Sep 19 10:01:11 2018 +0200 ---------------------------------------------------------------------- docs/compute/drivers/openstack.rst | 10 ++- libcloud/common/openstack.py | 1 + libcloud/compute/drivers/openstack.py | 91 +++++++++++++++++++- .../openstack_v1.1/_v2_0__networks.json | 64 ++++++++++++++ .../openstack_v1.1/_v2_0__networks_POST.json | 33 +++++++ .../fixtures/openstack_v1.1/_v2_0__subnets.json | 62 +++++++++++++ libcloud/test/compute/test_openstack.py | 70 +++++++++++---- 7 files changed, 309 insertions(+), 22 deletions(-) ----------------------------------------------------------------------
