Skip to content

Commit

Permalink
Revert "[Dummy] Basic networkintf example"
Browse files Browse the repository at this point in the history
This reverts commit 5d917f3.
  • Loading branch information
Boris Parak committed Jul 27, 2015
1 parent 48c2533 commit 8b1a48b
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions etc/backends/dummy/fixtures/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,33 +64,7 @@
}
}
},
"id": "509afbd3-abff-427c-9b25-7913d17e5102",
"links": [
{
"kind": "http://schemas.ogf.org/occi/infrastructure#networkinterface",
"mixins": [
"http://schemas.ogf.org/occi/infrastructure/networkinterface#ipnetworkinterface"
],
"attributes": {
"occi": {
"networkinterface": {
"mac": "aa:0c:fa:2a:b2:15",
"allocation": "static",
"address": "10.0.0.1"
},
"core": {
"source": "/compute/509afbd3-abff-427c-9b25-7913d17e5102",
"target": "/network/23cd7d72-eb86-4036-8969-4c902014bbc6",
"id": "compute_509afbd3-abff-427c-9b25-7913d17e5102_nic_0"
}
}
},
"id": "compute_509afbd3-abff-427c-9b25-7913d17e5102_nic_0",
"rel": "http://schemas.ogf.org/occi/infrastructure#network",
"source": "/compute/509afbd3-abff-427c-9b25-7913d17e5102",
"target": "/network/23cd7d72-eb86-4036-8969-4c902014bbc6"
}
]
"id": "509afbd3-abff-427c-9b25-7913d17e5102"
}
]
}

0 comments on commit 8b1a48b

Please sign in to comment.