On Fri, Nov 02, 2012 at 11:07:16AM +0200, [email protected] wrote: > On 02/11/12 11:02, Michal Fojtik wrote: > > On 11/01/2012 08:51 PM, Ian Main wrote: > > > > ACK. > > > > hold on, am a bit confused. 'user-data' is already supported by the > 'server personality' as documented in the API [1] ... is 'user-data' > something different? >
I think it is slightly different. Basically this mimics the ec2 style user-data where the data can be grabbed via http from some part of the cloud engine. See eg: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html Since this is how cloud-init uses the data, this is how we will want to consume it. I suspect we will have to look into this more with other cloud providers but for now it seems to me it should be added. Ian
