Jump to: navigation, search

Blueprint-os-cli-docs

Revision as of 14:11, 29 October 2013 by Dfleming (talk | contribs) (Blueprint - Automation of OpenStack CLI documentation)

Automation of OpenStack CLI Documentation

Summary

This blueprint describes a plan to automate the reference documentation for the OpenStack command-line interfaces (CLI), such as nova, neutron, keystone, swift, and other CLIs. Currently, this documentation resides here and is produced manually by cutting and pasting from the command help output.

Instead, this same documentation will be "scraped" from the source python code by using a tool such as the sphinxcontrib-programoutput plug-in (https://review.openstack.org/#/c/46325/).

The automated documentation would appear in the following books, and possibly in other books:

Document Command Ref
OpenStack End User Guide http://docs.openstack.org/user-guide/content/nova_summary.html
OpenStack Admin User Guide http://docs.openstack.org/user-guide-admin/content/nova_summary.html

Content is shared between the two user guides.

Blueprint - Automation of OpenStack CLI documentation

Audience: End users of OpenStack clouds who perform tasks through the OpenStack command-line clients. Also, developers who create applications on top of OpenStack by using the OpenStack APIs.

Product info: Icehouse, 2014.1

Purpose:

  • Automate CLI reference documentation by using a plug-in to "scrape" this information from code.
  • Include both the output from nova help (and other clients), and the output for each command, such as nova help boot.

Source repositories:

  • openstack/python-ceilometerclient
  • openstack/python-cinderclient
  • openstack/python-glanceclient
  • openstack/python-heatclient
  • openstack/python-keystoneclient
  • openstack/python-neutronclient
  • openstack/python-novaclient
  • openstack/python-swiftclient