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 2018/12/19 05:34:22 UTC

[20/21] libcloud git commit: Merge branch 'libcloud_1268' into trunk Closes #1268

Merge branch 'libcloud_1268' into trunk
Closes #1268


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

Branch: refs/heads/trunk
Commit: d914d1398925a9f6cbfcb92a9e239d58eb9860c6
Parents: 776c364 9dfd035
Author: Anthony Shaw <an...@gmail.com>
Authored: Wed Dec 19 16:29:03 2018 +1100
Committer: Anthony Shaw <an...@gmail.com>
Committed: Wed Dec 19 16:29:03 2018 +1100

----------------------------------------------------------------------
 libcloud/common/nttcis.py                       |   8 +-
 libcloud/compute/drivers/nttcis.py              | 252 ++++++++++++++++-
 libcloud/loadbalancer/drivers/nttcis.py         |   6 +-
 .../nttcis/cg_by_src_network_domain.xml         |  51 ++++
 .../compute/fixtures/nttcis/drs_create_cg.xml   |   7 +
 .../nttcis/drs_delete_consistency_group.xml     |   6 +
 .../fixtures/nttcis/drs_expand_journal.xml      |   6 +
 .../nttcis/drs_fail_create_cg_ineligible.xml    |   6 +
 .../nttcis/drs_fail_create_cg_not_supported.xml |   6 +
 .../drs_fail_create_consistency_group.xml       |   6 +
 .../fixtures/nttcis/drs_initiate_failover.xml   |   6 +
 .../fixtures/nttcis/drs_invalid_status.xml      |   6 +
 .../nttcis/drs_snap_shots_by_min_max_time.xml   |  61 +++++
 .../fixtures/nttcis/drs_snapshots_by_min.xml    |  44 +++
 .../nttcis/drs_start_failover_preview.xml       |   6 +
 .../nttcis/drs_stop_failover_preview.xml        |   6 +
 .../fixtures/nttcis/get_cg_by_name_or_id.xml    |  27 ++
 .../fixtures/nttcis/list_consistency_groups.xml |  51 ++++
 .../fixtures/nttcis/list_drs_snapshots.xml      |  81 ++++++
 libcloud/test/compute/test_nttcis.py            | 267 ++++++++++++++++++-
 tox.ini                                         |   1 +
 21 files changed, 897 insertions(+), 13 deletions(-)
----------------------------------------------------------------------