diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-10-28 17:08:13 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-10-28 17:08:13 -0400 |
| commit | a592636054511382105dc81d4a6b2a44df0dad9a (patch) | |
| tree | d633795ba55ee64705924518007a8cba51ac7a36 | |
| parent | 1915bb227d1eb847a681173772f4b9a769d64331 (diff) | |
:func: links to python functions in the documentation.
| -rw-r--r-- | nova/compute/manager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 174fb0aca..3346d1299 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -28,9 +28,9 @@ responding to calls to check it state, attaching persistent as well as terminati :instances_path: Where instances are kept on disk :compute_driver: Name of class that is used to handle virtualization, loaded - by `nova.utils.import_object` + by :func:`nova.utils.import_object` :volume_manager: Name of class that handles persistent storage, loaded by - `nova.utils.import_object` + :func:`nova.utils.import_object` """ import datetime |
