Created
June 4, 2014 19:58
-
-
Save jyidiego/484522c32398e1c85f76 to your computer and use it in GitHub Desktop.
This is a sample gist for building an image of Rackspace public cloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "openstack", | |
"username": "", | |
"password": "", | |
"provider": "rackspace-us", | |
"region": "IAD", | |
"ssh_username": "root", | |
"image_name": "Test image", | |
"source_image": "271e1090-77ad-4400-a1f7-73a922aca8e2", | |
"flavor": "performance1-2" | |
} | |
], | |
"provisioners": [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment