When creating topics oslo.messaging automatically creates
topic with hostname suffix (e.g. topic.hostname), there's
no need to do this explicitly.
Change-Id: Ia396452e8deb2c8f10bbead936245eeece8066a6
Closes-Bug: #
1495508
[topics.NETWORK, topics.DELETE],
[topics.SECURITY_GROUP, topics.UPDATE]]
if cfg.CONF.VXLAN.l2_population:
- consumers.append([topics.L2POPULATION,
- topics.UPDATE, cfg.CONF.host])
+ consumers.append([topics.L2POPULATION, topics.UPDATE])
self.connection = agent_rpc.create_consumers(self.endpoints,
self.topic,
consumers)
[topics.DVR, topics.UPDATE],
[topics.NETWORK, topics.UPDATE]]
if self.l2_pop:
- consumers.append([topics.L2POPULATION,
- topics.UPDATE, self.conf.host])
+ consumers.append([topics.L2POPULATION, topics.UPDATE])
self.connection = agent_rpc.create_consumers(self.endpoints,
self.topic,
consumers,