Merge branch 'enable_api_version' into ngoc_images Get changes for version compare
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4284c31a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4284c31a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4284c31a Branch: refs/heads/trunk Commit: 4284c31a457bb52ae24bf19afea1f80533babe41 Parents: 31a0bda 13eee8a Author: Samuel Chong <[email protected]> Authored: Fri Nov 25 10:57:57 2016 +1100 Committer: Samuel Chong <[email protected]> Committed: Fri Nov 25 10:57:57 2016 +1100 ---------------------------------------------------------------------- CHANGES.rst | 46 + .../_supported_methods_block_storage.rst | 6 +- .../_supported_methods_key_pair_management.rst | 2 +- docs/compute/_supported_providers.rst | 2 +- docs/compute/drivers/azure.rst | 14 +- docs/compute/drivers/azure_arm.rst | 54 + docs/compute/drivers/ec2.rst | 1 + docs/container/_supported_methods.rst | 2 +- docs/examples/compute/azure_arm/instantiate.py | 7 + docs/loadbalancer/_supported_methods.rst | 2 + docs/loadbalancer/_supported_providers.rst | 2 + docs/other/hacktoberfest.txt | 9 +- docs/storage/_supported_methods_cdn.rst | 2 + docs/storage/_supported_methods_main.rst | 2 + docs/storage/_supported_providers.rst | 2 + libcloud/__init__.py | 2 +- libcloud/common/azure.py | 2 + libcloud/common/azure_arm.py | 124 + libcloud/common/base.py | 19 +- libcloud/common/cloudsigma.py | 5 + libcloud/common/dimensiondata.py | 11 +- libcloud/common/google.py | 4 +- libcloud/compute/drivers/azure_arm.py | 1281 +++++ libcloud/compute/drivers/ec2.py | 65 +- libcloud/compute/drivers/ecs.py | 27 +- libcloud/compute/drivers/gce.py | 20 +- libcloud/compute/drivers/profitbricks.py | 4101 ++++++++++--- libcloud/compute/providers.py | 2 + libcloud/compute/types.py | 7 +- libcloud/loadbalancer/drivers/alb.py | 321 ++ libcloud/loadbalancer/providers.py | 2 + libcloud/loadbalancer/types.py | 1 + libcloud/storage/drivers/s3.py | 12 + libcloud/storage/providers.py | 2 + libcloud/storage/types.py | 2 + libcloud/test/common/test_google.py | 13 +- ...777_7777_7777_777777777777_oauth2_token.json | 1 + ...99999999999_providers_Microsoft_Compute.json | 200 + ...rosoft_Compute_locations_eastus_vmSizes.json | 28 + .../compute/fixtures/ecs/create_public_ip.xml | 6 + .../fixtures/profitbricks/attach_volume.json | 34 + .../fixtures/profitbricks/attach_volume.xml | 12 - .../fixtures/profitbricks/create_node.json | 37 + .../fixtures/profitbricks/create_node.xml | 13 - .../fixtures/profitbricks/create_volume.json | 35 + .../fixtures/profitbricks/create_volume.xml | 13 - .../profitbricks/create_volume_snapshot.json | 30 + .../fixtures/profitbricks/destroy_node.xml | 12 - .../fixtures/profitbricks/destroy_volume.xml | 12 - .../fixtures/profitbricks/detach_volume.xml | 12 - .../profitbricks/ex_clear_datacenter.xml | 12 - .../profitbricks/ex_create_datacenter.json | 20 + .../profitbricks/ex_create_datacenter.xml | 13 - .../profitbricks/ex_create_firewall_rule.json | 24 + .../profitbricks/ex_create_ip_block.json | 22 + .../fixtures/profitbricks/ex_create_lan.json | 17 + .../profitbricks/ex_create_load_balancer.json | 18 + .../ex_create_network_interface.json | 22 + .../ex_create_network_interface.xml | 13 - .../profitbricks/ex_describe_datacenter.json | 401 ++ .../profitbricks/ex_describe_datacenter.xml | 15 - .../profitbricks/ex_describe_firewall_rule.json | 24 + .../profitbricks/ex_describe_image.json | 32 + .../profitbricks/ex_describe_ip_block.json | 21 + .../fixtures/profitbricks/ex_describe_lan.json | 24 + .../profitbricks/ex_describe_load_balancer.json | 25 + .../profitbricks/ex_describe_location.json | 12 + .../ex_describe_network_interface.json | 31 + .../ex_describe_network_interface.xml | 26 - .../fixtures/profitbricks/ex_describe_node.json | 111 + .../fixtures/profitbricks/ex_describe_node.xml | 77 - .../profitbricks/ex_describe_snapshot.json | 30 + .../profitbricks/ex_describe_volume.json | 35 + .../profitbricks/ex_describe_volume.xml | 22 - .../profitbricks/ex_destroy_datacenter.xml | 10 - .../ex_destroy_network_interface.xml | 12 - .../profitbricks/ex_list_attached_volumes.json | 112 + .../profitbricks/ex_list_datacenters.json | 52 + .../profitbricks/ex_list_datacenters.xml | 19 - .../profitbricks/ex_list_firewall_rules.json | 79 + .../profitbricks/ex_list_ip_blocks.json | 50 + .../fixtures/profitbricks/ex_list_lans.json | 157 + .../ex_list_load_balanced_nics.json | 69 + .../profitbricks/ex_list_load_balancers.json | 216 + .../ex_list_network_interfaces.json | 69 + .../profitbricks/ex_list_network_interfaces.xml | 75 - .../profitbricks/ex_rename_datacenter.json | 46 + .../profitbricks/ex_set_inet_access.json | 31 + .../fixtures/profitbricks/ex_start_node.xml | 10 - .../fixtures/profitbricks/ex_stop_node.xml | 10 - .../profitbricks/ex_update_datacenter.xml | 12 - .../profitbricks/ex_update_firewall_rule.json | 25 + .../fixtures/profitbricks/ex_update_image.json | 32 + .../fixtures/profitbricks/ex_update_lan.json | 24 + .../profitbricks/ex_update_load_balancer.json | 18 + .../ex_update_network_interface.json | 31 + .../ex_update_network_interface.xml | 12 - .../fixtures/profitbricks/ex_update_node.json | 45 + .../fixtures/profitbricks/ex_update_node.xml | 12 - .../profitbricks/ex_update_snapshot.json | 30 + .../fixtures/profitbricks/ex_update_volume.json | 35 + .../fixtures/profitbricks/ex_update_volume.xml | 12 - .../fixtures/profitbricks/list_images.json | 199 + .../fixtures/profitbricks/list_images.xml | 43 - .../fixtures/profitbricks/list_locations.json | 43 + .../fixtures/profitbricks/list_nodes.json | 169 + .../fixtures/profitbricks/list_nodes.xml | 172 - .../fixtures/profitbricks/list_snapshots.json | 37 + .../fixtures/profitbricks/list_volumes.json | 112 + .../fixtures/profitbricks/list_volumes.xml | 66 - .../fixtures/profitbricks/reboot_node.xml | 10 - libcloud/test/compute/test_azure_arm.py | 69 + libcloud/test/compute/test_ecs.py | 12 +- libcloud/test/compute/test_profitbricks.py | 5377 ++++++++++++++++-- .../alb/describe_load_balancer_listeters.xml | 27 + .../alb/describe_load_balancer_rules.xml | 21 + .../describe_load_balancer_target_groups.xml | 29 + .../fixtures/alb/describe_load_balancers.xml | 31 + .../loadbalancer/fixtures/alb/describe_tags.xml | 18 + .../fixtures/alb/describe_target_health.xml | 19 + libcloud/test/loadbalancer/test_alb.py | 159 + libcloud/test/secrets.py-dist | 1 + 122 files changed, 13654 insertions(+), 1933 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4284c31a/libcloud/common/dimensiondata.py ----------------------------------------------------------------------
