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/12/17 21:17:02 UTC

[libcloud] branch trunk updated (6eb16e8 -> 0a41caf)

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

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


    from 6eb16e8  Add changelog entry.
     new bb0af8c  Fixed VCloud 5.5 auth headers error
     new 359a772  New VCloud driver methods
     new 11e4cc4  Added VCloud node description handling
     new a10764c  Added lease settings tracking for VCloud nodes
     new 9e0f991  Added shutdown option when destroying and undeploying a VCloud node
     new 6fc513b  Added ability to specify guest script text for VCloud VMs
     new cda0671  Added tests for changes in VCloud `_to_node` method
     new 91ad1db  Fixed VCloud bug
     new 4ccf322  Added more tests for VCloud changes
     new dc77098  Review fixes for VCloud features
     new 280156e  Use print function in py2.7 to print to stderr
     new e5541c3  Fix for py2 __builtin__ vs py3 builtins
     new 70099bd  Fixed PEP-8 formatting issues
     new 62a90bb  Code review fixes
     new 0a41caf  Merge pull request #1373 from KYDronePilot/vcloud-features

The 6979 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libcloud/compute/drivers/vcloud.py                 | 351 ++++++++++++++---
 .../compute/fixtures/vcloud_1_5/api_query_vm.xml   |   5 +
 ...ndeploy.xml => api_task_undeploy_power_off.xml} |   0
 ...p_vapp_8c57a5b6_e61b_48ca_8a78_3b70ee65ef6b.xml |  42 +-
 ...p_vapp_8c57a5b6_e61b_48ca_8a78_3b70ee65ef6c.xml |  42 +-
 ..._vapp_8c57a5b6_e61b_48ca_8a78_3b70ee65ef6d.xml} |  50 +--
 libcloud/test/compute/test_vcloud.py               | 434 ++++++++++++++++++++-
 7 files changed, 785 insertions(+), 139 deletions(-)
 create mode 100644 libcloud/test/compute/fixtures/vcloud_1_5/api_query_vm.xml
 copy libcloud/test/compute/fixtures/vcloud_1_5/{api_task_undeploy.xml => api_task_undeploy_power_off.xml} (100%)
 copy libcloud/test/compute/fixtures/vcloud_1_5/{api_vApp_vapp_8c57a5b6_e61b_48ca_8a78_3b70ee65ef6c.xml => api_vApp_vapp_8c57a5b6_e61b_48ca_8a78_3b70ee65ef6d.xml} (94%)