diff --git a/doc/cli-reference/source/ironic.rst b/doc/cli-reference/source/ironic.rst index a89c0aae61..082edbbc65 100644 --- a/doc/cli-reference/source/ironic.rst +++ b/doc/cli-reference/source/ironic.rst @@ -675,6 +675,11 @@ Register a new node with the Ironic service. Used, for example, to classify nodes in Nova's placement engine. +**Required arguments:** + +``-d , --driver `` + Driver used to control the node. + .. _ironic_node-delete: ironic node-delete @@ -1257,6 +1262,14 @@ Create a new port. ``-u , --uuid `` UUID of the port. +**Required arguments:** + +``-a
, --address
`` + MAC address for this port. + +``-n , --node , --node_uuid `` + UUID of the node that this port belongs to. + .. _ironic_port-delete: ironic port-delete @@ -1408,6 +1421,11 @@ Create a new portgroup. Record key/value properties related to this portgroup's configuration. +**Required arguments:** + +``-n , --node `` + UUID of the node that this portgroup belongs to. + .. _ironic_portgroup-delete: ironic portgroup-delete