js-openclient icon indicating copy to clipboard operation
js-openclient copied to clipboard

servers.create doesn't appear to be handing in user_data

Open paul42 opened this issue 9 years ago • 0 comments

I have cloud-init on my images and when I use the UI and paste the yaml into the user_data field it spawns properly, but when I attempt this server data object:

var server_data = { name: "apiRoleTest1", flavorRef: '1', imageRef:'long guid', metadata: { "login_users": "etc" }, user_data: yamlString };

I am not getting any results or errors after logging onto the server.

thanks in advance

paul42 avatar Mar 30 '15 21:03 paul42