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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user