[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
This commit is contained in:
Jay S. Bryant 2017-07-17 18:14:51 -05:00
parent a2798d282c
commit 52678b6115

View File

@ -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.
"""