~usc-isi/nova/hpc-trunk

« back to all changes in this revision

Viewing changes to nova/virt/fake.py

  • Committer: ISI Hudson Server
  • Date: 2011-09-10 07:03:21 UTC
  • mfrom: (662.621.265 nova)
  • Revision ID: isi_hudson_server-20110910070321-dm13zq4oy5fhnw1u
merged nova trunk 1548

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        if not instance['name'] in self.instances:
104
104
            raise exception.InstanceNotRunning()
105
105
 
106
 
    def reboot(self, instance, network_info):
 
106
    def reboot(self, instance, network_info, reboot_type):
107
107
        pass
108
108
 
109
109
    def get_host_ip_addr(self):