Fix list formatting in docs

Fix the way the notification payload is documented
so it uses proper rst syntax and doesn't produce a
warning in the sphinx build.

Change-Id: I0d2adf36c7f5262770f5a3bda05c9ddd21efc17d
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-06-28 19:35:53 -04:00
parent d6e51d9ab4
commit cc5a348de4

View File

@ -111,14 +111,19 @@ Payload
* image.send * image.send
The payload for INFO, WARN, and ERROR events contain the following:: The payload for INFO, WARN, and ERROR events contain the following:
image_id - ID of the image (UUID) image_id
owner_id - Tenant or User ID that owns this image (string) ID of the image (UUID)
receiver_tenant_id - Tenant ID of the account receiving the image (string) owner_id
receiver_user_id - User ID of the account receiving the image (string) Tenant or User ID that owns this image (string)
destination_ip receiver_tenant_id
bytes_sent - The number of bytes actually sent Tenant ID of the account receiving the image (string)
receiver_user_id
User ID of the account receiving the image (string)
destination_ip
bytes_sent
The number of bytes actually sent
* image.create * image.create