Comment 1 for bug 1832799

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

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

commit fcb3290be7caf04b6b065f8a25bc4b8a3fd9113a
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Thu Jun 13 17:24:50 2019 -0700

    Fixed renaming topic breaking service

    Changing the topic currently changes the service_name. This
    breaks the service, as the service_name is also used to
    load the appropriate configuration seection for the service.

    > self._service_config = CONF['service:%s' % self.service_name]

    * Renames cfg option [service:<name>].<name>_topic to [service:<name>].topic
    * Removed previously unused configs related to topics.
    * Added topic override for producer.
    * Added test coverage.

    Closes-Bug: #1832799
    Change-Id: I16385361ec25025aa533df80793dfc4d22151cbb