Files
python-meteosclient/sample/json/template.json
Hiroyuki Eguchi f4d6c5e114 Initial commit
Change-Id: I68fa4d5980fa70e51978b45503cea8b6e70a8d42
2016-12-08 12:26:31 +00:00

12 lines
350 B
JSON

{
"display_name": "example-template",
"display_description": "This is a sample template of experiment",
"image_id" : "<YOUR_GLANCE_IMAGE_ID>",
"master_nodes_num": 1,
"master_flavor_id": "4",
"worker_nodes_num": 2,
"worker_flavor_id": "2",
"spark_version": "1.6.0",
"floating_ip_pool": "<YOUR_PUBLIC_NETWORK_ID>"
}