This is an automated email from the ASF dual-hosted git repository.
micafer pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from 124c47d03 Merge pull request #2117 from apache/update_deps
add 150111231 Add list leases support
add 7ec3704a1 Fix tests
add 866dccdc3 Add list hosts
add 7d356d8c2 Add list hosts
add 43d116045 Remove test
add 421ff7664 Merge branch 'trunk' into blazar_support
add 07283928b Fix style
add e7df9ed57 Fix black
add 7f19a8625 Merge branch 'trunk' into blazar_support
new 4a5139034 Merge pull request #2049 from micafer/blazar_support
The 1 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/openstack.py | 123 +++++++++++++++++++++
libcloud/test/common/test_openstack_identity.py | 4 +-
.../compute/fixtures/openstack/_v2_0__auth.json | 14 +++
.../compute/fixtures/openstack_v1_1/_leases.json | 84 ++++++++++++++
.../compute/fixtures/openstack_v1_1/_os_hosts.json | 21 ++++
libcloud/test/compute/test_openstack.py | 43 +++++++
6 files changed, 288 insertions(+), 1 deletion(-)
create mode 100644 libcloud/test/compute/fixtures/openstack_v1_1/_leases.json
create mode 100644 libcloud/test/compute/fixtures/openstack_v1_1/_os_hosts.json