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 <[email protected]>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 <[email protected]> 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 < >> [email protected]> 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! >>> >> >> >
