summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/driver.py
diff options
context:
space:
mode:
authorSean Dague <sdague@linux.vnet.ibm.com>2013-01-08 16:48:56 -0500
committerSean Dague <sdague@linux.vnet.ibm.com>2013-01-09 00:19:10 -0500
commitf6fedfc50590c9f8cc024fb3fa94080198c47572 (patch)
tree6c8da9d56dc3801276a3663113c2ac5c5e3cb1ab /nova/scheduler/driver.py
parent22498d2ac061b911eea6fcccc1621840ad912e7b (diff)
downloadnova-f6fedfc50590c9f8cc024fb3fa94080198c47572.tar.gz
nova-f6fedfc50590c9f8cc024fb3fa94080198c47572.tar.xz
nova-f6fedfc50590c9f8cc024fb3fa94080198c47572.zip
fix N402 for nova/scheduler
fixes N402 (single line docstrings should end in period) for nova/scheduler files. Change-Id: I8e7b6a93df53fcd5c9491f533cadd093f4b802e0
Diffstat (limited to 'nova/scheduler/driver.py')
-rw-r--r--nova/scheduler/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/driver.py b/nova/scheduler/driver.py
index c63b5643b..2873c96ef 100644
--- a/nova/scheduler/driver.py
+++ b/nova/scheduler/driver.py
@@ -95,7 +95,7 @@ def instance_update_db(context, instance_uuid):
def encode_instance(instance, local=True):
- """Encode locally created instance for return via RPC"""
+ """Encode locally created instance for return via RPC."""
# TODO(comstud): I would love to be able to return the full
# instance information here, but we'll need some modifications
# to the RPC code to handle datetime conversions with the