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! >
