Hi,
Just a trivial patch. So trivial that I didn't even create a Jira (let me
know if it is needed)
When run *tox* to check the tests for all python versions, you need to copy
the *libcloud/test/secrets.py-dist* into the *libcloud/test/secrets.py* file.
I ignore why, can somebody explain me?
Any
Done, thanks!
secrets.py was actually already there, but not a long time ago we've moved
the test directory from test/ to libcloud/test and forgot to update the
.gitignore file.
On Sun, Oct 28, 2012 at 5:12 AM, Jaume Devesa wrote:
> Hi,
>
> Just a trivial patch. So trivial that I didn't even cre
Good, thanks!
Sorry if I insist but, why we need to copy from 'secrets.py-dist' to
'secrets.py'? Couldn't the file be named 'secrets.py' directly? Maybe the
reason is obvious but I can not see it...
On 28 October 2012 15:40, Tomaž Muraus wrote:
> Done, thanks!
>
> secrets.py was actually alread
No problem.
The reason is that you can put your actual credentials in the secrets.py
file and test it with a real provider.
Requiring user to copy secrets.py-dist over to secrets.py makes it harder
to edit the wrong file and accidentally check in your real credentials.
On Sun, Oct 28, 2012 at 8:
That makes sense now.
Thanks.
On 28 October 2012 16:34, Tomaž Muraus wrote:
> No problem.
>
> The reason is that you can put your actual credentials in the secrets.py
> file and test it with a real provider.
>
> Requiring user to copy secrets.py-dist over to secrets.py makes it harder
> to edit
[
https://issues.apache.org/jira/browse/LIBCLOUD-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485730#comment-13485730
]
Tomaz Muraus commented on LIBCLOUD-249:
---
Thanks for the patch.
It mostly looks go