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 e6c32e5 Add changelog entry.
add 4ca5435 Add expose ports through services for VMs, extra ports and
services data will be kept by each node. For each VM and each service type a
single service will be made through which multiple ports can be opened.
add 6588564 Add back initial connection class to driver for the tests
add 77663a1 Update tests with necessary changes
add caa446b Fix flake8
new 2337206 Add ex_delete_service per Tomas' comments, beautify code
new 65a5202 Merge branch 'kubevirt_update' of
https://github.com/Eis-D-Z/libcloud into Eis-D-Z-kubevirt_update
new 442c255 Add changelog entry.
new 2cc87a0 Re-generate provider tables.
The 4 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:
CHANGES.rst | 6 +
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 +
libcloud/compute/drivers/kubevirt.py | 324 ++++++++++++++++++---
.../compute/fixtures/kubevirt/get_services.json | 56 ++++
libcloud/test/compute/test_kubevirt.py | 44 ++-
9 files changed, 386 insertions(+), 54 deletions(-)
create mode 100644 libcloud/test/compute/fixtures/kubevirt/get_services.json