designate/releasenotes
Erik Olof Gunnar Andersson fcb3290be7 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
2019-06-17 07:03:24 +00:00
..
notes Fixed renaming topic breaking service 2019-06-17 07:03:24 +00:00
source Update master for stable/stein 2019-03-21 20:17:03 +00:00