summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-09-14 21:39:50 +0000
committerGerrit Code Review <review@openstack.org>2021-09-14 21:39:50 +0000
commitae99d97c4c489f71c175f7619dc167b36ecb5780 (patch)
tree90859f383a28d636698d7d6a7fc19940c378f040
parent2bb84a02fba6186a30b8b3ce8de83935815c96bf (diff)
parentd0963378daaa26be71bd34f06b93da27cca5b50f (diff)
downloadironic-ae99d97c4c489f71c175f7619dc167b36ecb5780.tar.gz
Merge "Document eject_vmedia for Redfish"
-rw-r--r--doc/source/admin/drivers/redfish.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/admin/drivers/redfish.rst b/doc/source/admin/drivers/redfish.rst
index fec429608..0878b08bf 100644
--- a/doc/source/admin/drivers/redfish.rst
+++ b/doc/source/admin/drivers/redfish.rst
@@ -513,6 +513,7 @@ Node Vendor Passthru Methods
"``delete_subscription``", "Delete a subscription of a Node"
"``get_all_subscriptions``", "List all subscriptions of a Node"
"``get_subscription``", "Show a single subscription of a Node"
+ "``eject_vmedia``", "Eject attached virtual media from a Node"
Create Subscription
@@ -578,6 +579,16 @@ Get All Subscriptions
The ``get_all_subscriptions`` doesn't require any parameters.
+
+Eject Virtual Media
+~~~~~~~~~~~~~~~~~~~
+
+.. csv-table:: Request
+ :header: "Name", "In", "Type", "Description"
+ :widths: 25, 15, 15, 90
+
+ "boot_device (optional)", "body", "string", "Type of the device to eject (all devices by default)"
+
.. _Redfish: http://redfish.dmtf.org/
.. _Sushy: https://opendev.org/openstack/sushy
.. _TLS: https://en.wikipedia.org/wiki/Transport_Layer_Security