fix lp:695182, scheduler tests needed to DECLARE flag to run standalone.

This commit is contained in:
Todd Willey
2010-12-29 23:24:27 +00:00
committed by Tarmac

View File

@@ -33,6 +33,7 @@ from nova.scheduler import driver
FLAGS = flags.FLAGS
flags.DECLARE('max_cores', 'nova.scheduler.simple')
flags.DECLARE('stub_network', 'nova.compute.manager')
class TestDriver(driver.Scheduler):