[Python-modules-commits] [libcloud] 02/04: Merge tag 'upstream/1.4.0'
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Mon Dec 19 20:06:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository libcloud.
commit 461345c4418701d0f8029787f53aeda05f503f61
Merge: 0f14a5c e6a6174
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Mon Dec 19 20:53:48 2016 +0100
Merge tag 'upstream/1.4.0'
Upstream version 1.4.0
# gpg: Signature made Mon 19 Dez 2016 20:53:46 CET using RSA key ID BA1B9BFA
# gpg: Good signature from "Hans-Christoph Steiner <hans at guardianproject.info>"
# gpg: aka "Hans-Christoph Steiner <hans at at.or.at>"
# gpg: aka "Hans-Christoph Steiner <hans at eds.org>"
# gpg: aka "[jpeg image of size 5375]"
.pylintrc | 2 +-
CHANGES.rst | 108 +-
PKG-INFO | 2 +-
README.rst | 2 +-
apache_libcloud.egg-info/PKG-INFO | 2 +-
apache_libcloud.egg-info/SOURCES.txt | 139 +-
demos/gce_demo.py | 237 +-
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 | 5 +-
libcloud/common/google.py | 4 +-
libcloud/compute/drivers/azure_arm.py | 1281 +++++
libcloud/compute/drivers/digitalocean.py | 66 +-
libcloud/compute/drivers/dimensiondata.py | 606 ++-
libcloud/compute/drivers/ec2.py | 2 +-
libcloud/compute/drivers/ecs.py | 24 +-
libcloud/compute/drivers/gce.py | 1967 ++++++-
libcloud/compute/drivers/openstack.py | 3 +
libcloud/compute/drivers/ovh.py | 148 +-
libcloud/compute/drivers/profitbricks.py | 4101 ++++++++++++---
libcloud/compute/drivers/vultr.py | 113 +-
libcloud/compute/providers.py | 2 +
libcloud/compute/types.py | 5 +-
libcloud/container/drivers/docker.py | 28 +-
libcloud/container/drivers/rancher.py | 49 +-
libcloud/loadbalancer/drivers/alb.py | 321 ++
libcloud/loadbalancer/providers.py | 2 +
libcloud/loadbalancer/types.py | 1 +
libcloud/storage/drivers/google_storage.py | 18 +
libcloud/storage/drivers/s3.py | 12 +
libcloud/storage/providers.py | 2 +
libcloud/storage/types.py | 2 +
libcloud/test/common/test_google.py | 13 +-
...7_7777_7777_7777_777777777777_oauth2_token.json | 1 +
...9_999999999999_providers_Microsoft_Compute.json | 200 +
...Microsoft_Compute_locations_eastus_vmSizes.json | 28 +
.../fixtures/digitalocean/ex_change_kernel.json | 12 +
.../fixtures/digitalocean/ex_hard_reboot.json | 12 +
.../digitalocean_v2/create_volume_snapshot.json | 14 +
.../fixtures/digitalocean_v2/ex_change_kernel.json | 12 +
.../fixtures/digitalocean_v2/ex_hard_reboot.json | 12 +
.../digitalocean_v2/list_volume_snapshots.json | 44 +
.../compute/fixtures/dimensiondata/audit_log.csv | 25 +
.../fixtures/dimensiondata/server_GetServer.xml | 39 +
.../test/compute/fixtures/ecs/create_public_ip.xml | 6 +
.../gce/aggregated_instanceGroupManagers.json | 8 +-
.../gce/global_backendServices_web_service.json | 4 +-
.../fixtures/gce/global_instanceTemplates.json | 10 +-
.../gce/global_instanceTemplates_insert.json | 12 +
.../fixtures/gce/global_sslcertificates.json | 16 +
.../gce/global_sslcertificates_example.json | 10 +
.../fixtures/gce/global_sslcertificates_post.json | 13 +
..._operation_global_instanceTemplates_insert.json | 12 +
...ions_operation_global_sslcertificates_post.json | 13 +
..._zones_us_central1_a_instanceGroups_insert.json | 13 +
...tral1_a_instanceGroups_myname_addInstances.json | 13 +
...us_central1_a_instanceGroups_myname_delete.json | 13 +
...l1_a_instanceGroups_myname_removeInstances.json | 13 +
...ral1_a_instanceGroups_myname_setNamedPorts.json | 13 +
...s_us-east1_subnetworks_cf_972cf02e6ad49113.json | 11 +
.../zones_us-central1-a_instanceGroupManagers.json | 4 +-
...l1-a_instanceGroupManagers_myinstancegroup.json | 4 +-
...s-central1-a_instanceGroup_myinstancegroup.json | 4 +-
...-central1-a_instanceGroup_myinstancegroup2.json | 14 +
...l1-b_instanceGroupManagers_myinstancegroup.json | 4 +-
...s-central1-b_instanceGroup_myinstancegroup.json | 2 +-
.../zones_us-east1-b_instanceGroupManagers.json | 4 +-
...s_us-east1-b_instanceGroup_myinstancegroup.json | 4 +-
.../gce/zones_us_central1_a_instanceGroups.json | 29 +
.../zones_us_central1_a_instanceGroups_insert.json | 13 +
.../zones_us_central1_a_instanceGroups_myname.json | 12 +
...tral1_a_instanceGroups_myname_addInstances.json | 13 +
...us_central1_a_instanceGroups_myname_delete.json | 13 +
...ral1_a_instanceGroups_myname_listInstances.json | 15 +
...l1_a_instanceGroups_myname_removeInstances.json | 13 +
...ral1_a_instanceGroups_myname_setNamedPorts.json | 13 +
.../compute/fixtures/ovh/volume_snapshot_get.json | 22 +
.../fixtures/ovh/volume_snapshot_get_details.json | 10 +
.../fixtures/profitbricks/attach_volume.json | 34 +
.../fixtures/profitbricks/attach_volume.xml | 12 -
.../compute/fixtures/profitbricks/create_node.json | 37 +
.../compute/fixtures/profitbricks/create_node.xml | 13 -
.../fixtures/profitbricks/create_volume.json | 35 +
.../fixtures/profitbricks/create_volume.xml | 13 -
.../profitbricks/create_volume_snapshot.json | 30 +
.../compute/fixtures/profitbricks/destroy_node.xml | 12 -
.../fixtures/profitbricks/destroy_volume.xml | 12 -
.../fixtures/profitbricks/detach_volume.xml | 12 -
.../fixtures/profitbricks/ex_clear_datacenter.xml | 12 -
.../profitbricks/ex_create_datacenter.json | 20 +
.../fixtures/profitbricks/ex_create_datacenter.xml | 13 -
.../profitbricks/ex_create_firewall_rule.json | 24 +
.../fixtures/profitbricks/ex_create_ip_block.json | 22 +
.../fixtures/profitbricks/ex_create_lan.json | 17 +
.../profitbricks/ex_create_load_balancer.json | 18 +
.../profitbricks/ex_create_network_interface.json | 22 +
.../profitbricks/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 +
.../fixtures/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 +
.../profitbricks/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 +
.../fixtures/profitbricks/ex_describe_volume.json | 35 +
.../fixtures/profitbricks/ex_describe_volume.xml | 22 -
.../profitbricks/ex_destroy_datacenter.xml | 10 -
.../profitbricks/ex_destroy_network_interface.xml | 12 -
.../profitbricks/ex_list_attached_volumes.json | 112 +
.../fixtures/profitbricks/ex_list_datacenters.json | 52 +
.../fixtures/profitbricks/ex_list_datacenters.xml | 19 -
.../profitbricks/ex_list_firewall_rules.json | 79 +
.../fixtures/profitbricks/ex_list_ip_blocks.json | 50 +
.../fixtures/profitbricks/ex_list_lans.json | 157 +
.../profitbricks/ex_list_load_balanced_nics.json | 69 +
.../profitbricks/ex_list_load_balancers.json | 216 +
.../profitbricks/ex_list_network_interfaces.json | 69 +
.../profitbricks/ex_list_network_interfaces.xml | 75 -
.../profitbricks/ex_rename_datacenter.json | 46 +
.../fixtures/profitbricks/ex_set_inet_access.json | 31 +
.../fixtures/profitbricks/ex_start_node.xml | 10 -
.../compute/fixtures/profitbricks/ex_stop_node.xml | 10 -
.../fixtures/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 +
.../profitbricks/ex_update_network_interface.json | 31 +
.../profitbricks/ex_update_network_interface.xml | 12 -
.../fixtures/profitbricks/ex_update_node.json | 45 +
.../fixtures/profitbricks/ex_update_node.xml | 12 -
.../fixtures/profitbricks/ex_update_snapshot.json | 30 +
.../fixtures/profitbricks/ex_update_volume.json | 35 +
.../fixtures/profitbricks/ex_update_volume.xml | 12 -
.../compute/fixtures/profitbricks/list_images.json | 199 +
.../compute/fixtures/profitbricks/list_images.xml | 43 -
.../fixtures/profitbricks/list_locations.json | 43 +
.../compute/fixtures/profitbricks/list_nodes.json | 169 +
.../compute/fixtures/profitbricks/list_nodes.xml | 172 -
.../fixtures/profitbricks/list_snapshots.json | 37 +
.../fixtures/profitbricks/list_volumes.json | 112 +
.../compute/fixtures/profitbricks/list_volumes.xml | 66 -
.../compute/fixtures/profitbricks/reboot_node.xml | 10 -
.../compute/fixtures/vultr/create_key_pair.json | 3 +
.../test/compute/fixtures/vultr/create_node.json | 3 +
.../compute/fixtures/vultr/list_key_pairs.json | 8 +
libcloud/test/compute/test_azure_arm.py | 69 +
libcloud/test/compute/test_digitalocean_v2.py | 63 +
libcloud/test/compute/test_dimensiondata.py | 336 +-
libcloud/test/compute/test_ecs.py | 12 +-
libcloud/test/compute/test_gce.py | 404 +-
libcloud/test/compute/test_openstack.py | 8 +
libcloud/test/compute/test_ovh.py | 38 +
libcloud/test/compute/test_profitbricks.py | 5377 ++++++++++++++++++--
libcloud/test/compute/test_vultr.py | 40 +
.../fixtures/docker/linux_121/create_image.json | 1 -
.../{linux_121 => linux_124}/container_a68.json | 0
.../{linux_121 => linux_124}/containers.json | 0
.../{linux_121 => linux_124}/create_container.json | 0
.../fixtures/docker/linux_124/create_image.txt | 238 +
.../docker/{linux_121 => linux_124}/images.json | 0
.../docker/{linux_121 => linux_124}/logs.txt | 0
.../docker/{linux_121 => linux_124}/search.json | 0
.../docker/{linux_121 => linux_124}/version.json | 0
.../fixtures/docker/mac_124/create_image.json | 1 -
.../fixtures/docker/mac_124/create_image.txt | 238 +
.../fixtures/rancher/start_container.json | 109 +
libcloud/test/container/test_docker.py | 52 +-
libcloud/test/container/test_rancher.py | 23 +-
.../alb/describe_load_balancer_listeters.xml | 27 +
.../fixtures/alb/describe_load_balancer_rules.xml | 21 +
.../alb/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 +
186 files changed, 18521 insertions(+), 2411 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/libcloud.git
More information about the Python-modules-commits
mailing list