Guest User

Untitled

a guest
Oct 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. server = compute.servers.new(:flavor_id => smallest_flavor.id,
  2. :image_id => first_ami.id,
  3. :name => test_name)
  4.  
  5. server.personality = [
  6. {
  7. 'path' => 'security_groups',
  8. 'contents' => 'hi,by'
  9. },
  10. {
  11. 'path' => 'key_name',
  12. 'contents' => 'test'
  13. }
  14. ]
  15. server.save
Add Comment
Please, Sign In to add comment