Previous topic

The nova.network.api Module

Next topic

The nova.network.l3 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.network.dns_driver Module

class DNSDriver

Bases: object

Defines the DNS manager interface. Does nothing.

create_domain(_fqdomain)
create_entry(_name, _address, _type, _domain)
delete_domain(_fqdomain)
delete_entry(_name, _domain)
get_domains()
get_entries_by_address(_address, _domain)
get_entries_by_name(_name, _domain)
modify_address(_name, _address, _domain)