Closed tonybaloney closed 8 years ago
Thanks Anthony -- difficult manual merge this time, but this is good for my education on GitHub. Next step is to leverage this contribution throughout more tests.
Anthony, there is probably a mismatch in versions of libcloud installed on my computer. After the merge of your pull request, tests fail with the following claim:
AttributeError: 'DimensionDataMockHttp' object has no attribute '_caas_2_0_8a8f6abc_2745_4d8a_9cbc_8dabe5a7d0e4_infrastructure_datacenter'
The problem is that this attribute does exist, but with prefix _caas_2_1
I have attempted to upgrade plumbery, but receive the following message in feedback: apache-libcloud 0.19.1-dev is already the active version in easy-install.pth
Any thought on this issue please? Thanks for your assistance
Update to 0.20.0
On Wed, Dec 23, 2015 at 10:07 AM, Bernard Paques notifications@github.com wrote:
Anthony, there is probably a mismatch in versions of libcloud installed on my computer. After the merge of your pull request, tests fail with the following claim:
AttributeError: 'DimensionDataMockHttp' object has no attribute '_caas_2_0_8a8f6abc_2745_4d8a_9cbc_8dabe5a7d0e4_infrastructure_datacenter'
The problem is that this attribute does exist, but with prefix _caas_2_1
I have attempted to upgrade plumbery, but receive the following message in feedback: apache-libcloud 0.19.1-dev is already the active version in easy-install.pth
Any thought on this issue please? Thanks for your assistance
— Reply to this email directly or view it on GitHub https://github.com/bernard357/plumbery/pull/3#issuecomment-166758745.
the simple solution was to read the documentation of libcloud, and to use the pip installer for development version ... thanks
…ead of mock driver classes.