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 7a97372 Add changelog entry.
new 947e558 Upgrade pytest to the latest stable version which still works
with Python 2.
add d5c69ea [Bug fix] Arguments are not passed correctly to the method,
causing gce driver to return an error when setting metadata into a GCE project.
Error: - ValueError: Unsupported metadata format. Solution: - Removed
unnecessary "self" argument to ex_set_common_instance_metadata and included
force argument, which was currently missing.
new 5e54fee Merge branch 'bug-fix-gce-cannot-set-metadata-values' of
https://github.com/aitorzabala/libcloud into
aitorzabala-bug-fix-gce-cannot-set-metadata-values
new 87247f3 Also fix GCEProject.set_usage_export_bucket method and use
keyword arguments to be on the safe side.
new 863f171 Add changelog entry.
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 | 4 ++++
libcloud/compute/drivers/gce.py | 6 ++++--
libcloud/test/compute/test_gce.py | 11 ++++++++++-
requirements-tests.txt | 2 +-
4 files changed, 19 insertions(+), 4 deletions(-)