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
30 lines
765 B
JSON
30 lines
765 B
JSON
{
|
|
"resources": [
|
|
{
|
|
"type": "OS::Nova::Server",
|
|
"name": "VDU1",
|
|
"id": "94c19bcf-6c89-4129-98fe-759e37e2f8c7"
|
|
},
|
|
{
|
|
"type": "OS::Neutron::Port",
|
|
"name": "CP1",
|
|
"id": "20602131-03f9-4cb2-b9fe-24bf56f1bb4f"
|
|
},
|
|
{
|
|
"type": "OS::Neutron::Port",
|
|
"name": "CP2",
|
|
"id": "ff641e7d-35f9-4095-a1f7-c3f6fb2fa294"
|
|
},
|
|
{
|
|
"type": "OS::Neutron::Port",
|
|
"name": "CP3",
|
|
"id": "ebe816df-3bc0-48a8-9278-140809d1d953"
|
|
},
|
|
{
|
|
"type": "OS::Nova::Flavor",
|
|
"name": "VDU1_flavor",
|
|
"id": "0f5e0bf2-f1a9-4474-aff9-cfffad22c5f8"
|
|
}
|
|
]
|
|
}
|