Merge "Add missing bios_interface to api-ref for validate API"
This commit is contained in:
commit
a1033e6ce3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user