Merge "Replace oslo.messaging.get_transport with get_notification_transport"

This commit is contained in:
Jenkins 2017-06-14 09:55:04 +00:00 committed by Gerrit Code Review
commit 9abab3ac7f
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ from mistral.workflow import states
from mistral.workflow import utils as wf_utils
# This line is needed for correct initialization of messaging config.
oslo_messaging.get_transport(cfg.CONF)
oslo_messaging.get_rpc_transport(cfg.CONF)
ACTION_EX_DB = models.ActionExecution(

View File

@ -39,7 +39,7 @@ from mistral.utils import rest_utils
from mistral.workflow import states
# This line is needed for correct initialization of messaging config.
oslo_messaging.get_transport(cfg.CONF)
oslo_messaging.get_rpc_transport(cfg.CONF)
WF_EX = models.WorkflowExecution(