~soren/nova/iptables-security-groups

« back to all changes in this revision

Viewing changes to nova/tests/test_scheduler.py

  • Committer: Rick Harris
  • Date: 2010-12-30 17:26:21 UTC
  • mfrom: (430.2.74 nova)
  • mto: (430.2.75 nova)
  • mto: This revision was merged to the branch mainline in revision 442.
  • Revision ID: rick.harris@rackspace.com-20101230172621-74ahwykav8gh24u5
Merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
FLAGS = flags.FLAGS
35
35
flags.DECLARE('max_cores', 'nova.scheduler.simple')
 
36
flags.DECLARE('stub_network', 'nova.compute.manager')
36
37
 
37
38
 
38
39
class TestDriver(driver.Scheduler):