From 33699ff12a07cc0858bf1a30cf0a4e56186c691e Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 28 Feb 2024 18:31:57 +0100 Subject: [PATCH] Add missing commands to the documentation Change-Id: If2e942e2ffa5504b67e865cbee677286792e2134 Closes-Bug: #2052527 --- doc/source/cli/osc/v1/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/cli/osc/v1/index.rst b/doc/source/cli/osc/v1/index.rst index f405913e7..d5b98509c 100644 --- a/doc/source/cli/osc/v1/index.rst +++ b/doc/source/cli/osc/v1/index.rst @@ -18,6 +18,13 @@ baremetal chassis .. autoprogram-cliff:: openstack.baremetal.v1 :command: baremetal chassis * +=================== +baremetal conductor +=================== + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal conductor * + ================ baremetal create ================ @@ -25,6 +32,13 @@ baremetal create .. autoprogram-cliff:: openstack.baremetal.v1 :command: baremetal create +========================= +baremetal deploy template +========================= + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal deploy template * + ================ baremetal driver ================