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