~midokura/nova/network-refactoring-l2

« back to all changes in this revision

Viewing changes to nova/virt/xenapi_conn.py

  • Committer: Ryu Ishimoto
  • Date: 2011-07-19 21:01:11 UTC
  • mfrom: (1252.1.2 nova)
  • Revision ID: ryu@midokura.jp-20110719210111-esqjhowvupp7w44v
MergedĀ lp:~danwent/nova/network-refactoring-l2

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
        """
225
225
        self._vmops.inject_file(instance, b64_path, b64_contents)
226
226
 
227
 
    def destroy(self, instance):
 
227
    def destroy(self, instance, network_info):
228
228
        """Destroy VM instance"""
229
229
        self._vmops.destroy(instance)
230
230