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/10/08 20:48:23 UTC

[libcloud] 02/08: Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud 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 00f0b5d4316bfdeea553bf54b207719f104037aa
Merge: c926018 30f897e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Sep 11 11:32:11 2019 +0200

    Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into trunk

 libcloud/loadbalancer/drivers/alb.py               | 952 ++++++++++++++++++---
 .../loadbalancer/fixtures/alb/create_balancer.xml  |  35 +
 .../loadbalancer/fixtures/alb/create_listener.xml  |  27 +
 .../test/loadbalancer/fixtures/alb/create_rule.xml |  28 +
 .../fixtures/alb/create_target_group.xml           |  26 +
 .../alb/describe_load_balancer_listeters.xml       |   4 +-
 .../fixtures/alb/describe_load_balancer_rules.xml  |   2 +-
 .../alb/describe_load_balancer_target_groups.xml   |   8 +-
 .../loadbalancer/fixtures/alb/register_targets.xml |   6 +
 libcloud/test/loadbalancer/test_alb.py             | 240 ++++--
 10 files changed, 1160 insertions(+), 168 deletions(-)