9503b9f5e3
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)
7 lines
196 B
Plaintext
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
|
|
}
|