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
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
|
|
}
|