summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2012-02-06 15:32:43 +1100
committerMichael Still <mikal@stillhq.com>2012-02-06 16:37:02 +1100
commite01d5a2a23b6030bc38cc809014e62c506303c89 (patch)
treee1e87bc5b46da36b9c432bd86de6ca5d46fa13ca /nova/tests
parente9fd01e58b6a83b400ce9825f2543cb6ef476f00 (diff)
Fix broken flag in test_imagecache
Removing the duplicate instances_path flag in nova/virt/libvirt in https://review.openstack.org/#change,3759 broke the imagecache unit tests. Change-Id: I8fed15bd22d88a7796e1f98981c3ad87358a244a
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_imagecache.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/tests/test_imagecache.py b/nova/tests/test_imagecache.py
index e624a93d8..dee937bd2 100644
--- a/nova/tests/test_imagecache.py
+++ b/nova/tests/test_imagecache.py
@@ -32,7 +32,9 @@ from nova.virt.libvirt import imagecache
from nova.virt.libvirt import utils as virtutils
+flags.DECLARE('instances_path', 'nova.compute.manager')
FLAGS = flags.FLAGS
+
LOG = logging.getLogger('nova.tests.test_imagecache')