You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/10 00:02:07 UTC

[13/13] libcloud git commit: Merge branch 'libcloud893' into trunk Closes #893

Merge branch 'libcloud893' into trunk
Closes #893


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4d11ec27
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4d11ec27
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4d11ec27

Branch: refs/heads/trunk
Commit: 4d11ec272957606d07c13171b1f73493b26b8736
Parents: 9ebc0b4 487e0b7
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 10 10:58:55 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 10 10:58:55 2016 +1100

----------------------------------------------------------------------
 libcloud/common/dimensiondata.py                | 241 +++++
 libcloud/compute/drivers/dimensiondata.py       | 929 +++++++++++++++++++
 .../dimensiondata/ip_address_list_create.xml    |   9 +
 .../dimensiondata/ip_address_list_delete.xml    |  10 +
 .../dimensiondata/ip_address_list_edit.xml      |  10 +
 .../fixtures/dimensiondata/ip_address_lists.xml |  46 +
 .../ip_address_lists_FILTERBYNAME.xml           |  14 +
 .../fixtures/dimensiondata/port_list_create.xml |   9 +
 .../fixtures/dimensiondata/port_list_delete.xml |  10 +
 .../fixtures/dimensiondata/port_list_edit.xml   |   8 +
 .../fixtures/dimensiondata/port_list_get.xml    |  15 +
 .../fixtures/dimensiondata/port_list_lists.xml  |  38 +
 libcloud/test/compute/test_dimensiondata.py     | 753 ++++++++++++++-
 13 files changed, 2091 insertions(+), 1 deletion(-)
----------------------------------------------------------------------