~gandelman-a/ubuntu/precise/nova/UCA_2012.2.1

« back to all changes in this revision

Viewing changes to nova/virt/xenapi/firewall.py

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman, Adam Gandelman, Chuck Short
  • Date: 2012-08-27 15:37:18 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20120827153718-lj8er44eqqz1gsrj
Tags: 2012.2~rc1~20120827.15815-0ubuntu1
[ Adam Gandelman ]
* New upstream release.

[ Chuck Short ]
* debian/patches/0001-Update-tools-hacking-for-pep8-1.2-and-
  beyond.patch: Dropped we dont run pep8 tests anymore.
* debian/control: Drop pep8 build depends
* debian/*.upstart.in: Make sure we transition correctly from runlevel
  1 to 2. (LP: #820694)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
LOG = logging.getLogger(__name__)
30
30
FLAGS = flags.FLAGS
31
31
 
32
 
# The default Firewall driver must be listed at position 0
33
 
drivers = ['nova.virt.firewall.IptablesFirewallDriver',
34
 
           'nova.virt.firewall.NoopFirewallDriver',
35
 
           'nova.virt.xenapi.firewall.Dom0IptablesFirewallDriver', ]
36
 
 
37
32
 
38
33
class Dom0IptablesFirewallDriver(firewall.IptablesFirewallDriver):
39
34
    """ Dom0IptablesFirewallDriver class