diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-11-16 13:49:18 -0500 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-11-16 13:49:18 -0500 |
| commit | e72ae82362fb8a93d599c0c4473aa41c96837cf5 (patch) | |
| tree | f719f26e4822c9072c0e6cc087ecb59311075c4a | |
| parent | 11bca7a4f07c2e7037c8b08b2383a7c6e296b15a (diff) | |
| download | nova-e72ae82362fb8a93d599c0c4473aa41c96837cf5.tar.gz nova-e72ae82362fb8a93d599c0c4473aa41c96837cf5.tar.xz nova-e72ae82362fb8a93d599c0c4473aa41c96837cf5.zip | |
pep8
| -rw-r--r-- | nova/compute/disk.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |
