~0x44/nova/extdoc

« back to all changes in this revision

Viewing changes to nova/virt/vmwareapi/fake.py

  • Committer: Dan Prince
  • Date: 2011-09-14 15:34:08 UTC
  • mfrom: (1568 nova)
  • mto: This revision was merged to the branch mainline in revision 1570.
  • Revision ID: dan.prince@rackspace.com-20110914153408-y8iqlnz2uphraexp
Merge w/ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
 
410
410
def fake_get_network(*args, **kwargs):
411
411
    """Fake get network."""
412
 
    return [{'type': 'fake'}]
 
412
    return {'type': 'fake'}
413
413
 
414
414
 
415
415
def fake_fetch_image(context, image, instance, **kwargs):