aboutsummaryrefslogtreecommitdiff
path: root/example.json
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-06-16 23:02:00 +0200
committerGuido Günther <agx@sigxcpu.org>2016-06-17 14:50:54 +0200
commit9c6c4efdab172c005958f08a30f91fadf8268f03 (patch)
tree8cc351f10ae276a1c3b75b8989efcb729edcea2e /example.json
parent5625919c37b1f2f13bc78c64172482326587dfb5 (diff)
Update example
Diffstat (limited to 'example.json')
-rw-r--r--example.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/example.json b/example.json
deleted file mode 100644
index abca893..0000000
--- a/example.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "host": {
- "provision_method": "image",
- "build": true,
- "enabled": true,
- "managed": true,
- "subnet_id": 1,
- "location_id": 1,
- "compute_resource_id": 1,
- "image_id": 1,
- "compute_attributes": {
- "start": "1"
- }
- },
- "interfaces": {
- "0": {
- "primary": true,
- "provision": true
- }
- }
-}