~smoser/nova/milestone-proposed.lp853330

« back to all changes in this revision

Viewing changes to nova/network/manager.py

  • Committer: Tarmac
  • Author(s): Vishvananda Ishaya
  • Date: 2011-09-14 21:57:52 UTC
  • mfrom: (1130.411.1 fix-floating-reboot)
  • Revision ID: tarmac-20110914215752-46y80xhmgaagveon
Fix issue where floating ips don't get recreated when a network host reboots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
 
290
290
        self.db.floating_ip_fixed_ip_associate(context,
291
291
                                               floating_address,
292
 
                                               fixed_address)
 
292
                                               fixed_address,
 
293
                                               self.host)
293
294
        self.driver.bind_floating_ip(floating_address)
294
295
        self.driver.ensure_floating_forward(floating_address, fixed_address)
295
296