~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-01-20 11:54:15 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: package-import@ubuntu.com-20120120115415-h2ujma9o536o1ut6
Tags: upstream-2012.1~e3~20120120.12170
ImportĀ upstreamĀ versionĀ 2012.1~e3~20120120.12170

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
import json
21
21
 
22
 
from nova import context
23
 
from nova import db
24
22
from nova import flags
25
23
from nova import log as logging
26
24
from nova.virt.firewall import IptablesFirewallDriver
27
 
from nova.virt import netutils
28
25
 
29
26
 
30
27
LOG = logging.getLogger("nova.virt.xenapi.firewall")