Bases: nova.api.openstack.wsgi.Controller
DNS domain controller for OpenStack API.
Delete the domain identified by id.
Return a list of available DNS domains.
Add or modify domain entry.
Bases: nova.api.openstack.wsgi.Controller
DNS Entry controller for OpenStack API.
Delete the entry identified by req and id.
Return the DNS entry that corresponds to domain_id and id.
Add or modify dns entry.
Bases: nova.api.openstack.extensions.V21APIExtensionBase
Floating IP DNS support.
It’s an abstract function V21APIExtensionBase and the extension will not be loaded without it.