Revise receiver user doc

This patch reviese receiver type description in receiver
user doc.

Change-Id: I8341f31a51791af609dce8ae5e55018e6e45708f
This commit is contained in:
jonnary 2017-03-06 15:02:00 +08:00
parent 02b584ca91
commit daf76e97b5
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ The output from the command will be something like this:
From the output of the ``openstack cluster receiver create`` command,
you can see:
- There is a ``type`` property whose value is set to ``webhook`` which is the
only receiver type senlin supports today.
- There is a ``type`` property whose value is set to ``webhook`` default which is one of
the receiver types senlin supports.
- There is a ``channel`` property which contains an ``alarm_url`` key. The
value of the ``alarm_url`` is the endpoint for your to post a request.