Comment 6 for bug 1785656

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-odl (master)

Reviewed: https://review.openstack.org/589247
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=ff3bb29bc5b482639b721a93921149eb0c2baa2c
Submitter: Zuul
Branch: master

commit ff3bb29bc5b482639b721a93921149eb0c2baa2c
Author: Manjeet Singh Bhatia <email address hidden>
Date: Mon Aug 6 18:00:37 2018 +0000

    Remove dns-integration from NETWORK_API_EXTENSIONS

    As of now DNS-integration is not supported by networking-odl,
    which cause failure of tempest test and require_ext decorator is
    not very smart enough to figure out if extension is actually
    enabled or not, it just reads the tempest conf and decides regardless
    of actual environment. This patch removes dns-integration from
    tempest-conf.

    Change-Id: If600cc0989ba16606291e83bcc029537d57e5017
    Related-Bug: #1785656