Comment 2 for bug 1442141

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

Reviewed: https://review.opendev.org/678432
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=a09064a5d15859703b97d61a1f014681a17799c6
Submitter: Zuul
Branch: master

commit a09064a5d15859703b97d61a1f014681a17799c6
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Sun Aug 25 11:13:32 2019 -0700

    Refactored service layer

    Service layer has been simplified by removing abstraction
    and making the implementation more in line with other
    OpenStack projects.

    Moved Heartbeat code out of Service class and
    into the console scripts. We only need one instance
    of the Heartbeat Emitter.

    Cleaned up the WSGI code by making use of the
    reusable oslo_service.wsgi code.

    * Added Heartbeat to designate-sink.
    * Cleaned up and refactored Service layers.
    * Fixed various bugs e.g. errors on shutdown.
    * Removed deprecated options host, port etc.
    * Simplified Heartbeat implementation.

    Closes-Bug: #1442141
    Change-Id: I536b92407bf6ca5bddf4c048909cd13d4e094d26