neutron/neutron/tests/unit/extensions
Miguel Lavalle 93ac8b3a33 External DNS driver reference implementation
An interface with an external DNS service is defined for Neutron. A reference
implementation is also included, based on Designate. The interface and the
driver will enable users to publish in the external DNS service the dns_name
and dns_domain attributes associated with floating ips, ports and networks. As
a consequence, the floating ips and networks api is extended to manage dns_name
and dns_domain attributes. The dns_name attribute was added to ports in a
preceding commit

DocImpact: Introduce config option external_dns_driver to specify a driver
for external dns integration. For more info, see
doc/source/devref/external_dns_integration.rst

APIImpact
Implements: blueprint external-dns-resolution

Change-Id: Ic298ad2558410ab9a614f22e1757d1fc8b22c482
2016-01-21 21:55:08 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py Make sure path_prefix is set during unit tests 2015-07-07 11:13:41 -07:00
extendedattribute.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
extensionattribute.py Introduce usage data tracking for Neutron 2015-07-28 11:55:03 -07:00
foxinsocks.py Simplify extension processing 2015-09-30 15:29:06 +09:00
test_address_scope.py Add explicit address family to AddressScope 2015-12-14 11:02:27 -08:00
test_agent.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_availability_zone.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_dns.py Removes the use of mutables as default args 2015-10-29 07:57:31 -07:00
test_external_net.py Unify assertEqual for empty usages 2016-01-07 10:06:35 +00:00
test_extra_dhcp_opt.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_extraroute.py Unify assertEqual for empty usages 2016-01-07 10:06:35 +00:00
test_flavors.py Fix Neutron flavor framework 2015-11-19 11:27:05 -08:00
test_l3.py External DNS driver reference implementation 2016-01-21 21:55:08 +00:00
test_l3_ext_gw_mode.py Remove 'validate' key in 'type:dict_or_nodata' type 2016-01-14 00:07:19 -05:00
test_netmtu.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_portsecurity.py Avoid duplicating tenant check when creating resources 2016-01-05 14:18:41 +00:00
test_providernet.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_quotasv2.py Removed a pile of debtcollector removals from neutron.context 2015-10-06 18:28:40 +02:00
test_router_availability_zone.py Add availability_zone support for router 2015-12-04 12:32:42 +09:00
test_securitygroup.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30
test_servicetype.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30
test_vlantransparent.py Remove transparent VLAN support from base plugin 2015-11-28 06:07:23 -08:00
v2attributes.py Simplify extension processing 2015-09-30 15:29:06 +09:00