Add an import so that nova-compute sees the images_path flag, so that it

can be used on the command line.
This commit is contained in:
Ewan Mellor
2010-07-25 15:32:10 +01:00
parent 0c57be0d93
commit 1bdb4bc4e2

View File

@@ -43,6 +43,7 @@ from nova import flags
from nova import rpc from nova import rpc
from nova import twistd from nova import twistd
from nova.compute import node from nova.compute import node
from nova.objectstore import image # For the images_path flag
FLAGS = flags.FLAGS FLAGS = flags.FLAGS