You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Bob Thompson <bo...@gmail.com> on 2013/01/28 19:22:20 UTC

[dev] ElasticHosts Minor Issue?

Hello,

I believe line # 311 in libcloud.compute.drivers.elasticstack.py in
libcloud 0.12 should be...

node_data.update({'vnc': 'auto', 'vnc:password': vnc_password})

instead of...

node_data.update({'vnc:password': vnc_password})

Thanks!

Re: [dev] ElasticHosts Minor Issue?

Posted by Tomaz Muraus <to...@apache.org>.
Just wanted to let it know that I have verified it myself and reverted my
recent change which seemed to have caused a regression -
https://github.com/apache/libcloud/commit/9b74a87fbec6b150296de599f09e8f7b8f796bb9

Please test it with the latest version of trunk and let us know if it works
or you still have problems.

On Tue, Jan 29, 2013 at 12:46 PM, Bob Thompson
<bo...@gmail.com>wrote:

> Thanks, Tomaz.
>
> I'll have to run it again to get the exact text, but the API server
> returned an error saying that vnc needed to be set to use vnc_password.
>
>
> On Mon, Jan 28, 2013 at 2:46 PM, Tomaz Muraus <to...@apache.org> wrote:
>
>> Can you please provide some kind of reference (API documentation, example
>> API response, etc.) for your reasoning?
>>
>> Recently we have changed how it works, because the old approach didn't
>> appear to work anymore -
>> https://github.com/apache/libcloud/commit/f7f70a8c8a53ec6df95f12f88c9439bc02446bb2
>>
>> Thanks
>>
>>
>> On Mon, Jan 28, 2013 at 10:22 AM, Bob Thompson <
>> bob.thompson8080@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> I believe line # 311 in libcloud.compute.drivers.elasticstack.py in
>>> libcloud 0.12 should be...
>>>
>>> node_data.update({'vnc': 'auto', 'vnc:password': vnc_password})
>>>
>>> instead of...
>>>
>>> node_data.update({'vnc:password': vnc_password})
>>>
>>> Thanks!
>>>
>>
>>
>

Re: [dev] ElasticHosts Minor Issue?

Posted by Tomaz Muraus <to...@apache.org>.
Can you please provide some kind of reference (API documentation, example
API response, etc.) for your reasoning?

Recently we have changed how it works, because the old approach didn't
appear to work anymore -
https://github.com/apache/libcloud/commit/f7f70a8c8a53ec6df95f12f88c9439bc02446bb2

Thanks

On Mon, Jan 28, 2013 at 10:22 AM, Bob Thompson
<bo...@gmail.com>wrote:

> Hello,
>
> I believe line # 311 in libcloud.compute.drivers.elasticstack.py in
> libcloud 0.12 should be...
>
> node_data.update({'vnc': 'auto', 'vnc:password': vnc_password})
>
> instead of...
>
> node_data.update({'vnc:password': vnc_password})
>
> Thanks!
>