Skip to content

VMIConfig: DigitalOcean

uakfdotb edited this page Jan 8, 2016 · 2 revisions

Create a personal access token from https://cloud.digitalocean.com/settings/api/tokens and set these keys:

  • name: a label for the region
  • type: set to "digitalocean"
  • region: backend region identifier, e.g. "tor1"
  • api_id: the personal access token value

Example:

		{
			"name": "Digital Ocean Toronto",
			"type": "digitalocean",
			"region": "tor1",
			"api_id": "PERSONAL ACCESS TOKEN"
		}

Images are identified by the API slug.

Clone this wiki locally