Merge "Replace oslo.messaging.get_transport with get_notification_transport"

This commit is contained in:
Jenkins 2017-08-28 19:46:36 +00:00 committed by Gerrit Code Review
commit a427d5eef8
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ def main():
default_config_files=config.find_config_files())
logging.setup(CONF, 'join')
transport = oslo_messaging.get_transport(CONF)
transport = oslo_messaging.get_notification_transport(CONF)
targets = [oslo_messaging.Target(topic=CONF.notifications_topic)]
endpoints = [NotificationEndpoint()]