~citrix-openstack/nova/xenapi

« back to all changes in this revision

Viewing changes to nova/tests/fake_flags.py

  • Committer: Tarmac
  • Author(s): Todd Willey, root, Vishvananda Ishaya, Joe Heck, root, Andy Smith, Anne Gentle, Dean Troyer, Devin Carlen
  • Date: 2010-11-16 02:34:47 UTC
  • mfrom: (386.2.71 trunkdoc)
  • Revision ID: hudson@openstack.org-20101116023447-pz7n6ps5rf0fnjea
Lots of documentation and docstring updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
FLAGS.volume_driver = 'nova.volume.driver.FakeISCSIDriver'
25
25
FLAGS.connection_type = 'fake'
26
26
FLAGS.fake_rabbit = True
 
27
flags.DECLARE('auth_driver', 'nova.auth.manager')
27
28
FLAGS.auth_driver = 'nova.auth.dbdriver.DbDriver'
28
29
flags.DECLARE('network_size', 'nova.network.manager')
29
30
flags.DECLARE('num_networks', 'nova.network.manager')