Files
neutron/devstack/lib/dns
Miguel Lavalle 39a9e09716 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
2017-08-09 16:20:48 -05: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
}