Skip to content

Instantly share code, notes, and snippets.

@Nowaker
Created December 8, 2017 19:31
Show Gist options
  • Save Nowaker/48a3d98a3e8850d5f742ccdbffb7401b to your computer and use it in GitHub Desktop.
Save Nowaker/48a3d98a3e8850d5f742ccdbffb7401b to your computer and use it in GitHub Desktop.
OpenStack Compute Flavors in DreamCompute
{
"items": [{
"name": "gp1.subsonic",
"links": [{
"href": "https://iad2.dream.io:8774/v2/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/100",
"rel": "self"
}, {
"href": "https://iad2.dream.io:8774/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/100",
"rel": "bookmark"
}],
"ram": 1024,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 1,
"extras": {
"quota:disk_total_iops_sec": "2000",
"billing:monthly": "6"
},
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 80,
"id": "100"
}, {
"name": "gp1.supersonic",
"links": [{
"href": "https://iad2.dream.io:8774/v2/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/200",
"rel": "self"
}, {
"href": "https://iad2.dream.io:8774/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/200",
"rel": "bookmark"
}],
"ram": 2048,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 1,
"extras": {
"quota:disk_total_iops_sec": "2000",
"billing:monthly": "12"
},
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 80,
"id": "200"
}, {
"name": "gp1.lightspeed",
"links": [{
"href": "https://iad2.dream.io:8774/v2/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/300",
"rel": "self"
}, {
"href": "https://iad2.dream.io:8774/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/300",
"rel": "bookmark"
}],
"ram": 4096,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 2,
"extras": {
"quota:disk_total_iops_sec": "2000",
"billing:monthly": "24"
},
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 80,
"id": "300"
}, {
"name": "gp1.warpspeed",
"links": [{
"href": "https://iad2.dream.io:8774/v2/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/400",
"rel": "self"
}, {
"href": "https://iad2.dream.io:8774/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/400",
"rel": "bookmark"
}],
"ram": 8192,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 4,
"extras": {
"quota:disk_total_iops_sec": "2000",
"billing:monthly": "48"
},
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 80,
"id": "400"
}, {
"name": "gp1.semisonic",
"links": [{
"href": "https://iad2.dream.io:8774/v2/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/50",
"rel": "self"
}, {
"href": "https://iad2.dream.io:8774/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/50",
"rel": "bookmark"
}],
"ram": 512,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 1,
"extras": {
"quota:disk_total_iops_sec": "2000",
"billing:monthly": "4.5"
},
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 80,
"id": "50"
}, {
"name": "gp1.hyperspeed",
"links": [{
"href": "https://iad2.dream.io:8774/v2/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/500",
"rel": "self"
}, {
"href": "https://iad2.dream.io:8774/4bf0011c1ae9448f8a1ad1cb25159eb4/flavors/500",
"rel": "bookmark"
}],
"ram": 16384,
"OS-FLV-DISABLED:disabled": false,
"vcpus": 8,
"extras": {
"quota:disk_total_iops_sec": "2000",
"billing:monthly": "96"
},
"swap": "",
"os-flavor-access:is_public": true,
"rxtx_factor": 1.0,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 80,
"id": "500"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment