Previous topic

The nova.virt.xenapi.host Module

Next topic

The nova.virt.xenapi.pool Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.virt.xenapi.network_utils Module

Helper methods for operations related to the management of network records and their attributes like bridges, PIFs, QoS, as well as their lookup functions.

class NetworkHelper

Bases: nova.virt.xenapi.HelperBase

The class that wraps the helper methods together.

classmethod find_network_with_bridge(session, bridge)

Return the network on which the bridge is attached, if found. The bridge is defined in the nova db and can be found either in the ‘bridge’ or ‘name_label’ fields of the XenAPI network record.

classmethod find_network_with_name_label(session, name_label)