Skip to content

Instantly share code, notes, and snippets.

@nelsnelson
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsnelson/2aa096ccf22be2ad9adb to your computer and use it in GitHub Desktop.
Save nelsnelson/2aa096ccf22be2ad9adb to your computer and use it in GitHub Desktop.
PERFORMANCE_FLAVORS = {
"c": {"name": "standard", "reserved": 2048.0},
"a": {"name": "performance2", "reserved": 8192.0},
"b": {"name": "performance1", "reserved": 38912.0},
"h": {"name": "hadoop", "reserved": 4096.0},
"m": {"name": "onmetal", "reserved": 0.0}
"compute1": {"name": "compute1", "reserved": 7000.0},
"memory1": {"name": "memory1", "reserved": 38911.0}
}
PERFORMANCE_FLAVORS_ARRAY = ["c", "b", "a", "h", "m", "compute1", "memory1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment