diff options
| author | Michael Johnson <johnsomor@gmail.com> | 2017-08-23 11:31:42 -0700 |
|---|---|---|
| committer | Michael Johnson <johnsomor@gmail.com> | 2017-08-23 13:20:18 -0700 |
| commit | bc2a3aaefb7280b0cc88f27982367988d0be13b8 (patch) | |
| tree | 9b06a914186876edceb8dae59371741490a1c1c2 /doc/source/cli/osc | |
| parent | 14b546328929ca3b130ecda8bbaae004c2de4687 (diff) | |
| download | python-ironicclient-bc2a3aaefb7280b0cc88f27982367988d0be13b8.tar.gz | |
Add auto-generated CLI reference
The Ironic OSC plugin CLI was not being fully documented.
This patch enables an auto-generated CLI reference for the OSC plugin.
Note: There is a formatting issue with required arguments that include a
hyphen. This has been opened as a bug [1].
[1] https://bugs.launchpad.net/python-cliff/+bug/1712612
Closes-Bug: #1712099
Change-Id: I541214f3b3bab9af0ae79c8055dfa1f151560b21
Diffstat (limited to 'doc/source/cli/osc')
| -rw-r--r-- | doc/source/cli/osc/v1/index.rst | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/source/cli/osc/v1/index.rst b/doc/source/cli/osc/v1/index.rst new file mode 100644 index 0000000..c0aee31 --- /dev/null +++ b/doc/source/cli/osc/v1/index.rst @@ -0,0 +1,40 @@ +Command Reference +================= + +List of released CLI commands available in openstack client. These commands +can be referenced by doing ``openstack help baremetal``. + +================= +baremetal chassis +================= + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal chassis * + +================ +baremetal driver +================ + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal driver * + +============== +baremetal node +============== + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal node * + +============== +baremetal port +============== + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal port * + +================ +baremetal volume +================ + +.. autoprogram-cliff:: openstack.baremetal.v1 + :command: baremetal volume * |
