Fix api-ref warnings

A few missing parameters breaking the build on latest api-ref package,
fix them.

Change-Id: I7769844b8a766c78418c28991b97827014886ec4
Closes-Bug: #1658187
This commit is contained in:
Jim Rollenhagen 2017-01-20 20:30:09 +00:00
parent 814cf5bf83
commit eae8e07132
2 changed files with 13 additions and 1 deletions

View File

@ -68,6 +68,7 @@ Request
.. rest_parameters:: parameters.yaml
- fields: fields
- chassis_id: chassis_ident
Response Parameters
-------------------
@ -105,7 +106,7 @@ The BODY of the PATCH request must be a JSON PATCH document, adhering to
.. rest_parameters:: parameters.yaml
- chassis: chassis
- chassis_id: chassis_ident
- description: description
- extra: extra
@ -148,6 +149,10 @@ Deletes a chassis.
Request
-------
.. rest_parameters:: parameters.yaml
- chassis_id: chassis_ident
Create chassis
==============

View File

@ -27,6 +27,7 @@ Response
- id: node_vif_ident
- vifs: n_vifs
- node_ident: node_ident
**Example list of VIFs that are attached to the node:**
@ -51,6 +52,7 @@ Request
.. rest_parameters:: parameters.yaml
- id: node_vif_ident
- node_ident: node_ident
**Example request to attach a VIF to a Node:**
@ -60,6 +62,11 @@ Request
Detach VIF from a node
======================
.. rest_parameters:: parameters.yaml
- node_ident: node_ident
- node_vif_ident: node_vif_ident
.. rest_method:: DELETE /v1/nodes/{node_ident}/vifs/{node_vif_ident}
Detach VIF from a Node.