Kami commented on PR #1712: URL: https://github.com/apache/libcloud/pull/1712#issuecomment-1148644174
I added a test case for it (e87ee8314e8a88ee908d109ac877dc3f36046e7d) and will go ahead and merge it into trunk. Thanks for the contribution. While testing the fix and adding a test case, I also noticed a bug in the ``list_containers()`` method where double quotes are not correctly removed from the ``etag`` extra attribute. ```bash ......{'url': None, 'last_modified': None, 'etag': '"0x8CFBAB7B5B82D8E"', 'lease': {'status': 'unlocked', 'state': 'available', 'duration': None}, 'meta_data': {}} ``` I went ahead and fixed that as well - 07c72cd8ec8ddea0636d9632a72c66e5d6975777. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org