summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2010-10-28 12:26:29 -0400
committerTodd Willey <todd@ansolabs.com>2010-10-28 12:26:29 -0400
commit4bd42d5ee9eadb9affb40ee6ed0f98b13609c895 (patch)
treeeedff1b17017a7459d9776ae096527e8dcd5b09f
parent89c881d651efcbba56406048112c3cf2cb676a8e (diff)
Another heading was too distracting, use <strong> instead.
-rw-r--r--nova/compute/manager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index c5102c35a..174fb0aca 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -24,8 +24,8 @@ handles RPC calls relating to creating instances. It is responsible for
building a disk image, launching it via the underlying virtualization driver,
responding to calls to check it state, attaching persistent as well as termination.
-Related Flags
--------------
+**Related Flags**
+
: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`