Skip to content

Instantly share code, notes, and snippets.

@jyidiego
Created June 4, 2014 19:58
Show Gist options
  • Save jyidiego/484522c32398e1c85f76 to your computer and use it in GitHub Desktop.
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
{
"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