Skip to content

Instantly share code, notes, and snippets.

@ycombinator
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save ycombinator/734e6087671ff0f05274 to your computer and use it in GitHub Desktop.

Select an option

Save ycombinator/734e6087671ff0f05274 to your computer and use it in GitHub Desktop.
{
"stack_name": "my_minecraft_server",
"template_url": "https://raw.githubusercontent.com/rackspace-orchestration-templates/minecraft/master/minecraft-server.yaml",
"parameters": {
"terms": true
},
"timeout_mins": 5
}
#!/bin/bash
curl -v -XPOST \
-H "Content-Type: application/json" \
-H "X-Auth-Token: $OS_AUTH_TOKEN" \
"https://dfw.orchestration.api.rackspacecloud.com/v1/$OS_TENANT_ID/stacks" \
-d @create_stack.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment