summaryrefslogtreecommitdiff
path: root/nova/notifications.py
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-08-01 10:33:41 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2014-08-08 22:07:31 +0000
commit11aaf21d9e239c0b017a89f82f678d264f0d403b (patch)
tree0e1250fb548652a840538ec594033997b332ae33 /nova/notifications.py
parent6a9fe989e8d20ba43ed1a2bf318bc41b745f318e (diff)
downloadnova-11aaf21d9e239c0b017a89f82f678d264f0d403b.tar.gz
docs - Fix errors,warnings from document generation
SEVERE: Unexpected section title. ERROR: Unexpected indentation. WARNING: Block quote ends without a blank line; unexpected unindent. WARNING: Definition list ends without a blank line; unexpected unindent. WARNING: Field list ends without a blank line; unexpected unindent. WARNING: Inline emphasis start-string without end-string. WARNING: Inline interpreted text or phrase reference start-string without end-string. WARNING: Inline strong start-string without end-string. Partial-Bug: #1351350 Change-Id: I661e0e32519f8e4de3325efd10242824015ed03d
Diffstat (limited to 'nova/notifications.py')
-rw-r--r--nova/notifications.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/nova/notifications.py b/nova/notifications.py
index 8c43e5959c..f0e302a920 100644
--- a/nova/notifications.py
+++ b/nova/notifications.py
@@ -319,10 +319,15 @@ def info_from_instance(context, instance_ref, network_info,
"""Get detailed instance information for an instance which is common to all
notifications.
- :param network_info: network_info provided if not None
- :param system_metadata: system_metadata DB entries for the instance,
- if not None. *NOTE*: Currently unused here in trunk, but needed for
- potential custom modifications.
+ :param:network_info: network_info provided if not None
+ :param:system_metadata: system_metadata DB entries for the instance,
+ if not None
+
+ .. note::
+
+ Currently unused here in trunk, but needed for potential custom
+ modifications.
+
"""
def null_safe_str(s):