You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/06 09:27:31 UTC

[libcloud] 06/06: Merge branch 'mistio-packet-driver-extensions-cherrypick' into trunk

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit c7c5cb84d4a356aa648f19288edc848d0a7a76eb
Merge: 7a6b625 8e2e9b1
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jul 6 11:20:00 2019 +0200

    Merge branch 'mistio-packet-driver-extensions-cherrypick' into trunk
    
    Closes #1282.

 CHANGES.rst                                        |   9 +-
 docs/_static/images/provider_logos/packet.png      | Bin 41262 -> 44295 bytes
 docs/_static/images/provider_logos/packetnet.png   | Bin 17846 -> 0 bytes
 docs/compute/_supported_methods_block_storage.rst  |   2 +-
 .../_supported_methods_image_management.rst        |   2 +-
 .../_supported_methods_key_pair_management.rst     |   2 +-
 docs/compute/_supported_methods_main.rst           |   2 +-
 docs/compute/_supported_providers.rst              |   2 +-
 docs/compute/drivers/packet.rst                    |   4 +-
 libcloud/compute/base.py                           |   3 +-
 libcloud/compute/drivers/gce.py                    |   2 +-
 libcloud/compute/drivers/packet.py                 | 677 +++++++++++++++++++--
 libcloud/data/pricing.json                         |   9 +
 .../test/compute/fixtures/packet/associate_ip.json |  36 ++
 .../compute/fixtures/packet/attach_volume.json     |  11 +
 .../fixtures/packet/bgp_config_project_1.json      |  17 +
 .../fixtures/packet/bgp_config_project_2.json      |  17 +
 .../fixtures/packet/bgp_config_project_3.json      |   1 +
 .../fixtures/packet/bgp_session_create.json        |  14 +
 .../compute/fixtures/packet/bgp_session_get.json   |  14 +
 .../test/compute/fixtures/packet/bgp_sessions.json |  16 +
 .../compute/fixtures/packet/create_volume.json     |  38 ++
 .../compute/fixtures/packet/device_events.json     | 202 ++++++
 libcloud/test/compute/fixtures/packet/devices.json |   2 +-
 .../fixtures/packet/devices_for_project.json       | 440 +++++++++++++
 .../test/compute/fixtures/packet/ip_address.json   |  38 ++
 .../compute/fixtures/packet/ip_assignments.json    | 178 ++++++
 .../compute/fixtures/packet/node_bandwidth.json    | 139 +++++
 .../compute/fixtures/packet/project_events.json    |  95 +++
 .../test/compute/fixtures/packet/project_ips.json  | 191 ++++++
 .../test/compute/fixtures/packet/projects.json     | 125 ++++
 .../test/compute/fixtures/packet/reserve_ip.json   |  29 +
 libcloud/test/compute/fixtures/packet/volumes.json | 122 ++++
 libcloud/test/compute/test_packet.py               | 291 ++++++++-
 34 files changed, 2683 insertions(+), 47 deletions(-)