Skip to content

Instantly share code, notes, and snippets.

Created March 11, 2013 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/13345ab6ff2e403ff8c2 to your computer and use it in GitHub Desktop.
Save anonymous/13345ab6ff2e403ff8c2 to your computer and use it in GitHub Desktop.
client.createServer({ image: myImageID , flavor: 't1.micro' , zone:'eu-west-1b', name:'LoadBalancer'}, function(err, image){
if (err)
console.log("inside createImage-> "+err);
else
console.log('image created');
console.log(image);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment