GitHub user juanfont opened a pull request: https://github.com/apache/libcloud/pull/658
Added support for vCloud 5.5 and snapshot operations The vCloud 5.5 commit cames from Philip Kershaw (philip.kers...@stfc.ac.uk), although it seems he never sent it to upstream. He talks about it here http://mail-archives.apache.org/mod_mbox/libcloud-dev/201403.mbox/%3c836226893590734fa88b31162359477f5f7ff...@exchmbx01.fed.cclrc.ac.uk%3E. The second commit adds snapshot management (create, delete, restore) methods. It also adds 'snapshots' as new field in the 'extra' dict. You can merge this pull request into a Git repository by running: $ git pull https://github.com/juanfont/libcloud vcloud_snapshots Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/658.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #658 ---- commit c9487286f8421f08df9c21f61d8a0b56a116eefb Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2015-12-10T09:36:53Z Added support for vCloud 5.5 (from philip.kers...@stfc.ac.uk) commit 69050959c7c673a65cd75e5b7eeaa8fd4c7f7663 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2015-12-10T13:39:32Z Added snapshot operations for v5.5. Snapshots as extra field. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---