Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

12.15. ironic driver-vendor-passthru

usage: ironic driver-vendor-passthru [--http-method <http-method>]
                                     <driver> <method>
                                     [<arg=value> [<arg=value> ...]]
Call a vendor-passthru extension for a driver.

Positional arguments

<driver>


        Name of the driver.

<method>


        Vendor-passthru method to be called.

<arg=value>


        Argument to be passed to the vendor-passthru method.
      Can be specified multiple times.

Optional arguments

--http-method <http-method>


      The HTTP method to use in the request. Valid HTTP
      methods are: 'POST', 'PUT', 'GET', 'DELETE', and
      'PATCH'. Defaults to 'POST'.