~annegentle/nova/extdoc

« back to all changes in this revision

Viewing changes to nova/virt/fake.py

  • Committer: Tarmac
  • Author(s): Matthew Hooker
  • Date: 2011-08-10 14:53:53 UTC
  • mfrom: (1355.2.24 pylint-fixes)
  • Revision ID: tarmac-20110810145353-rmc0lkjirgunxe08
These fixes are the result of trolling the pylint violations here

https://jenkins.openstack.org/job/nova-pylint-errors/violations/

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
        """
295
295
        pass
296
296
 
297
 
    def destroy(self, instance, network_info):
 
297
    def destroy(self, instance, network_info, cleanup=True):
298
298
        key = instance.name
299
299
        if key in self.instances:
300
300
            del self.instances[key]