Comment 4 for bug 1027998

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/17494
Committed: http://github.com/openstack/nova/commit/6b50880c6e9e01c4f4b12579592155dfd94b4b96
Submitter: Jenkins
Branch: master

commit 6b50880c6e9e01c4f4b12579592155dfd94b4b96
Author: Davanum Srinivas <email address hidden>
Date: Tue Dec 4 13:09:09 2012 -0500

    Raise NotImplementedError in dns_driver.DNSDriver.

    Updates dns_driver.DNSDriver so that we raise NotImplementedError
    instead of returning empty result sets or passing. Since this
    class is the default dns_driver for Nova it can be quite
    confusing when it returns empty results (which actually
    causes some HTTP 500 errors as well).

    We really need to switch the default floating/instance
    dns managers to MiniDNS as smoketests fail otherwise we
    currently use nova.network.dns_driver.DNSDriver which is
    not correct

    Fixes LP Bug #1040236
    Fixes LP Bug #1027998

    Change-Id: Id818bb00e0689d96db948872842c07d2cf1edd57