Add missing bios_interface to api-ref for validate API

Fixing another case of bios interface missing from the api-ref
documentation, this one for the validate API.

Change-Id: I8ae3212f04a8d150af8adde5f5f87e5a5451da14
This commit is contained in:
Bob Fournier 2021-05-19 12:26:50 -04:00
parent 9a8b501e5c
commit 9a09f1bdc9
3 changed files with 12 additions and 0 deletions

View File

@ -66,6 +66,7 @@ the Node's driver does not support that interface.
.. rest_parameters:: parameters.yaml
- bios: v_bios
- boot: v_boot
- console: v_console
- deploy: v_deploy

View File

@ -1844,6 +1844,12 @@ uuid:
type: string
# variables returned from node-validate
v_bios:
description: |
Status of the "bios" interface
in: body
required: true
type: object
v_boot:
description: |
Status of the "boot" interface

View File

@ -0,0 +1,5 @@
---
fixes:
- |
The bios_interface is returned in the node validate API but it's not in the
api-ref documentation. This change adds it to the documentation.