Files
neutron/devstack/lib/dns
T
Miguel Lavalle 9503b9f5e3 Add API test for port dns_domain
This patchset adds a Tempest API test for the port dns_domain attribute.

It also enables the dns-domain-ports extension for testing, which is a
super-set of the dns extension.

Change-Id: I5c1da61a8a49c190aad549713da646a3abb8ccb1
(cherry picked from commit 39a9e09716)
2017-08-22 17:10:37 +00:00

7 lines
196 B
Plaintext

function configure_dns_extension {
neutron_ml2_extension_driver_add "dns_domain_ports"
}
function post_config_dns_extension {
iniset $NEUTRON_CONF DEFAULT dns_domain openstackgate.local
}