Skip to content

Commit

Permalink
Update rpc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r0h4n committed Oct 27, 2016
1 parent 866a11a commit fa19bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendrl/gluster_bridge/manager/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def stop(self):

def invoke_flow(self, flow_name, api_job):
# TODO(rohan) parse sds_operations_gluster.yaml and correlate here
flow_module = 'gluster_bridge.flows.%s' %\
flow_module = 'tendrl.gluster_bridge.flows.%s' %\
self.convert_flow_name(flow_name)
mod = __import__(flow_module, fromlist=[
flow_name])
Expand Down

0 comments on commit fa19bed

Please sign in to comment.