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.

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.

find_network_with_name_label(session, name_label)

Previous topic

The nova.virt.xenapi.image.vdi_through_dev Module

Next topic

The nova.virt.xenapi.pool Module

Project Source

This Page