python-openstackclient/doc/source/specs/commands.rst
Richard Theis 7b110511d2 Doc: Add optional command specs process
The developer documentation has been updated to include an
optional command specs process. This process may be used
to work out the specifications for new commands, objects
and actions before their implementation.

This new process could assist in the implementation of
additional neutron support in OSC.

Change-Id: I62f7472435a9caacee0d1b4c8d35417c123b5a44
2015-12-14 08:40:30 -06:00

1.3 KiB

Command Specs

Specifications for new commands, objects and actions are listed below. These specifications have not been implemented. See Command List <../command-list> for implemented commands and Command Structure <../commands> for implemented objects and actions.

It is optional to propose a specifications patch for new commands, objects and actions here before submitting the implementation. Once your specifications patch merges then you may proceed with the implementation. Your implementation patches should move applicable portions of the specifications patch to the official Command List <../command-list> and Command Structure <../commands> documentation.

Objects Specs

Add specifications for new objects based on the example object.

  • example: (example API name) example object description

Actions Specs

Add specifications for new actions based on the example action.

  • example - example action description

Commands Specs

Add specifications for new commands based on the commands for the example object. The example commands are not intended to be a complete template for new commands since other actions, options and/or arguments may be used.

command-objects/*