4a0b5c4569
This patch follows on api-ref skeleton [1] and brings the NFV Orchestration API reference content to the repository. It is a part of the effort described in [2]. [1] https://review.openstack.org/#/c/332183 [2] https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan Change-Id: Ia2d91adb33f10df9073de74eb82cc19be29a3da2
33 lines
888 B
JSON
33 lines
888 B
JSON
{
|
|
"vnf": {
|
|
"tenant_id": "6673e4d4e13340acb0b847f9ecde613b",
|
|
"vnfd_id": "a04b47d1-e8ad-4ef9-8341-eafec398ce02",
|
|
"vim_id": "f6bd6f24-7a0e-4111-8994-e108c5ee2ff2",
|
|
"name": "OpenWRT",
|
|
"description": "OpenWRT VNF",
|
|
"attributes": {
|
|
"config": {
|
|
"vdus": {
|
|
"vdu1": {
|
|
"config": {
|
|
"firewall": "package firewall\n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"param_values": {
|
|
"vdus": {
|
|
"vdu1": {
|
|
"param": {
|
|
"vdu-name": "openwrt_vdu1"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"placement_attr": {
|
|
"region_name": "RegionOne"
|
|
}
|
|
}
|
|
}
|