From cc5a348de41ca265560e4d4f1082f29d4c97fc69 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 28 Jun 2013 19:35:53 -0400 Subject: [PATCH] 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 --- doc/source/notifications.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/source/notifications.rst b/doc/source/notifications.rst index a6dc07d14d..56a6ed9044 100644 --- a/doc/source/notifications.rst +++ b/doc/source/notifications.rst @@ -111,14 +111,19 @@ Payload * 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) - owner_id - Tenant or User ID that owns this image (string) - receiver_tenant_id - 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_id + ID of the image (UUID) + owner_id + Tenant or User ID that owns this image (string) + receiver_tenant_id + 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