From e72ae82362fb8a93d599c0c4473aa41c96837cf5 Mon Sep 17 00:00:00 2001 From: Michael Gundlach Date: Tue, 16 Nov 2010 13:49:18 -0500 Subject: pep8 --- nova/compute/disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/compute/disk.py b/nova/compute/disk.py index 61c9c077f..4338d39f0 100644 --- a/nova/compute/disk.py +++ b/nova/compute/disk.py @@ -166,7 +166,7 @@ def inject_data(image, key=None, net=None, partition=None, execute=None): @defer.inlineCallbacks def _inject_key_into_fs(key, fs, execute=None): """Add the given public ssh key to root's authorized_keys. - + key is an ssh key string. fs is the path to the base of the filesystem into which to inject the key. """ -- cgit