summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/impl_fake.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/rpc/impl_fake.py')
-rw-r--r--openstack/common/rpc/impl_fake.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/common/rpc/impl_fake.py b/openstack/common/rpc/impl_fake.py
index 815570d..7719697 100644
--- a/openstack/common/rpc/impl_fake.py
+++ b/openstack/common/rpc/impl_fake.py
@@ -122,7 +122,7 @@ class Connection(object):
def create_connection(conf, new=True):
- """Create a connection"""
+ """Create a connection."""
return Connection()
@@ -179,7 +179,7 @@ def cleanup():
def fanout_cast(conf, context, topic, msg):
- """Cast to all consumers of a topic"""
+ """Cast to all consumers of a topic."""
check_serialize(msg)
method = msg.get('method')
if not method: