10.51. 裸机节点通调用
为节点打电话一个厂商的 passthu 方法
使用方法:
openstack baremetal node passthru call [-h] [--arg <key=value>] [--http-method <http-method>] <node> <method>
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
value | Summary |
---|---|
<node> | 节点的 name 或 uuid |
<method> | 要执行厂商的 passru 方法 |
value | Summary |
---|---|
-h, --help | 显示帮助信息并退出 |
--arg <key=value> | 传递给 passthru 方法的参数(重复选项以指定多个参数) |
--http-method <http-method> | 在 passthru 请求中使用的 http 方法。DELETE、GET、PATCH、POST、PUT 之一。默认为 POST。 |