From 480d1b6d5dd12490298b2b4d3e62f40917390bde Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Sun, 25 Jul 2010 15:32:10 +0100 Subject: Add an import so that nova-compute sees the images_path flag, so that it can be used on the command line. --- bin/nova-compute | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nova-compute b/bin/nova-compute index 5635efbaf..63d57a765 100755 --- a/bin/nova-compute +++ b/bin/nova-compute @@ -43,6 +43,7 @@ from nova import flags from nova import rpc from nova import twistd from nova.compute import node +from nova.objectstore import image # For the images_path flag FLAGS = flags.FLAGS -- cgit