From 52678b61157dbdac2463eea66cf086ffa4a1fb73 Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Mon, 17 Jul 2017 18:14:51 -0500 Subject: [PATCH] [DOC BLD FIX] Fix docstring formatting in message_field There was an improperly indented section in cinder.message.message_field that was causing a sphinx warning to be generated. I fixed the formatting to avoid this issue. Change-Id: I318a37b30a6906d7f7949190dbab8a5472dc60b1 --- cinder/message/message_field.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cinder/message/message_field.py b/cinder/message/message_field.py index 457614b7c1f..2b638e4ec58 100644 --- a/cinder/message/message_field.py +++ b/cinder/message/message_field.py @@ -14,7 +14,9 @@ Use Resource, Action and Detail's combination to indicate the Event in the format of: - EVENT: VOLUME_RESOURCE_ACTION_DETAIL + +EVENT: VOLUME_RESOURCE_ACTION_DETAIL + Also, use exception-to-detail mapping to decrease the workload of classifying event in cinder's task code. """