File: commands.rst

package info (click to toggle)
python-masakariclient 8.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 1,425; makefile: 22; sh: 2
file content (25 lines) | stat: -rw-r--r-- 1,460 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=============
Command List
=============

The following list covers the extended commands for Masakari service
available in **openstack** command.

These commands can be referenced by doing **openstack help** and the detail
of individual command can be referred by **openstack help <command-name>**.

.. code-block:: console

   openstack segment create                        Create failover segment.
   openstack segment update                        Update failover segment.
   openstack segment list                          List all failover segments.
   openstack segment show                          Show requested failover segment.
   openstack segment delete                        Delete failover segment.
   openstack segment host create                   Create host for given failover segment.
   openstack segment host update                   Update Create host for given failover segment.
   openstack segment host list                     List all hosts associated to failover segment.
   openstack segment host show                     Show Create host for given failover segment.
   openstack segment host delete                   Delete Create host for given failover segment.
   openstack notification create                   Create notification of host.
   openstack notification list                     List notifications of host.
   openstack notification show                     List notification of host.