The nova.virt.xenapi.firewall Module

class Dom0IptablesFirewallDriver(xenapi_session=None, **kwargs)

Bases: nova.virt.firewall.IptablesFirewallDriver

Dom0IptablesFirewallDriver class

This class provides an implementation for nova.virt.Firewall using iptables. This class is meant to be used with the xenapi backend and uses xenapi plugin to enforce iptables rules in dom0.

Previous topic

The nova.virt.xenapi.fake Module

Next topic

The nova.virt.xenapi.host Module

Project Source

This Page