From a55d6ee1963cb36e7783c381c4f836ea811278d1 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Sun, 13 Jan 2013 11:15:28 +1100 Subject: instances_path is now defined here. Remove comment which is now inaccurate. Change-Id: Ie1aa2167ef2e53f0a1c90ec9727b3580bab8f851 --- nova/compute/manager.py | 4 ---- 1 file changed, 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 -- cgit