From 0eb4b410228847b4c44cc2a20e42505d3fdffa58 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Wed, 14 Mar 2018 11:43:30 -0400 Subject: [PATCH] [doc] Add 'openstack create' command to command reference This adds the 'openstack create' command to the Command Reference section of the 'openstack baremetal CLI' documentation. Change-Id: Id31e0c7d7f6dc15bfb22a337cfc4798b43c52327 Closes-Bug: #1755847 --- doc/source/cli/osc/v1/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/cli/osc/v1/index.rst b/doc/source/cli/osc/v1/index.rst index c0aee31f3..2c307be40 100644 --- a/doc/source/cli/osc/v1/index.rst +++ b/doc/source/cli/osc/v1/index.rst @@ -11,6 +11,13 @@ baremetal chassis .. autoprogram-cliff:: openstack.baremetal.v1 :command: baremetal chassis * +================ +baremetal create +================ + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal create + ================ baremetal driver ================