diff options
author | Michael Still <mikal@stillhq.com> | 2013-01-13 11:15:28 +1100 |
---|---|---|
committer | Michael Still <mikal@stillhq.com> | 2013-01-13 11:15:28 +1100 |
commit | a55d6ee1963cb36e7783c381c4f836ea811278d1 (patch) | |
tree | 0117f0ce72275230e1fbed86d8388505e7ebb693 | |
parent | 3a59dcfa70f7bed55de595bff325f738d463bf4c (diff) | |
download | nova-a55d6ee1963cb36e7783c381c4f836ea811278d1.tar.gz nova-a55d6ee1963cb36e7783c381c4f836ea811278d1.tar.xz nova-a55d6ee1963cb36e7783c381c4f836ea811278d1.zip |
instances_path is now defined here.
Remove comment which is now inaccurate.
Change-Id: Ie1aa2167ef2e53f0a1c90ec9727b3580bab8f851
-rw-r--r-- | nova/compute/manager.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index a517f8ffb..b9087f20f 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -25,10 +25,6 @@ building a disk image, launching it via the underlying virtualization driver, responding to calls to check its state, attaching persistent storage, and terminating it. -**Related Flags** - -:instances_path: Where instances are kept on disk - """ import contextlib |