summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Fournier <bfournie@redhat.com>2021-05-14 10:19:29 -0400
committerBob Fournier <bfournie@redhat.com>2021-05-14 11:31:40 -0400
commit98c950061405bc9a353419c5cf34d1df6092d850 (patch)
treeb8d9f8872defe3b1775fd40337c8442dbb15bcf2
parente9f32125255d13ff6bbc3d7eb0135ef779121190 (diff)
downloadironic-98c950061405bc9a353419c5cf34d1df6092d850.tar.gz
Add bios_interface to api-ref spec
This is a doc change to add bios_interface to the api reference. Its included in the detailed node list and node show but wasn't shown in the api-ref. Change-Id: I8735d10db1644f8a2c872c75c156c75c06b79c0c
-rw-r--r--api-ref/source/baremetal-api-v1-nodes.inc2
-rw-r--r--releasenotes/notes/bios-interface-api-ref-ebf866cc7da2270b.yaml6
2 files changed, 8 insertions, 0 deletions
diff --git a/api-ref/source/baremetal-api-v1-nodes.inc b/api-ref/source/baremetal-api-v1-nodes.inc
index 9aa8482fe..44bae0014 100644
--- a/api-ref/source/baremetal-api-v1-nodes.inc
+++ b/api-ref/source/baremetal-api-v1-nodes.inc
@@ -436,6 +436,7 @@ Response
- portgroups: n_portgroups
- states: n_states
- resource_class: resource_class
+ - bios_interface: bios_interface
- boot_interface: boot_interface
- console_interface: console_interface
- deploy_interface: deploy_interface
@@ -558,6 +559,7 @@ Response
- portgroups: n_portgroups
- states: n_states
- resource_class: resource_class
+ - bios_interface: bios_interface
- boot_interface: boot_interface
- console_interface: console_interface
- deploy_interface: deploy_interface
diff --git a/releasenotes/notes/bios-interface-api-ref-ebf866cc7da2270b.yaml b/releasenotes/notes/bios-interface-api-ref-ebf866cc7da2270b.yaml
new file mode 100644
index 000000000..60cc4e2bc
--- /dev/null
+++ b/releasenotes/notes/bios-interface-api-ref-ebf866cc7da2270b.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ The bios_interface is included in the detailed node list and node
+ show but it wasn't part of the api reference spec. This fix adds it
+ to the api-ref.