FakeHypervisor: fix a function signature
authorGuido Trotter <ultrotter@google.com>
Wed, 13 Aug 2008 14:24:15 +0000 (14:24 +0000)
committerGuido Trotter <ultrotter@google.com>
Wed, 13 Aug 2008 14:24:15 +0000 (14:24 +0000)
commita5f723a2a22f3f19b6ada9a3f547d28ca039e2fc
tree117308d040b1ecd643e53c0c9e64ac5ac29a049d
parente326d4e5d7176b7bb3d754647ee2e6e37c2a3267
FakeHypervisor: fix a function signature

StartInstance takes 'block_devices', not 'force' as its third argument.
Even if this is not used in the fake hypervisor it's better to have the
correct argument name to avoid confusion.

Reviewed-by: imsnah
lib/hypervisor/hv_fake.py