Files
python-pankoclient/doc/source/osc_integrated_commands.rst
liusheng a1a1c28d4a Modify the doc descriptions of pankoclient
The pankoclient library only provides OSC client intergrated commands of
"event" and does not provide "panko" commands. This change corrects the
descriptions.

Change-Id: I70a645510fbf4211b4688299c4d1ccbc9272577c
2017-03-17 08:56:58 +08:00

1.1 KiB

The OSC CLI plugins

This program provides a set of event related commands which are performed by

OSC openstack program. The OpenStackClient project provide a plugin

mechanism which supports loading other external projects' commands from clients library entry points.

The event related commands begin with openstack event in openstack command tool.

To configure the environment variables, see openstack program.

Examples

List the capabilities of event interfaces:

openstack event capabilities list

List the events:

openstack event list

Show an event:

openstack event show <MESSAGE_ID>

List event types:

openstack event type list

List trait values of a specified event type and a trait name:

openstack event traits list <EVENT_TYPE> <TRAIT_NAME>

List traits definitions for a specified event type:

openstack event trait description <EVENT_TYPE>