Skip to content

Commit

Permalink
Merge pull request #59 from r0h4n/master
Browse files Browse the repository at this point in the history
Add tag info to import cluster flows
  • Loading branch information
r0h4n authored Nov 16, 2016
2 parents 7ea9f04 + 16c0300 commit 9483e67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def run(self):
json.dumps(job))
if self.node_id in node_list:
self.parameters['fqdn'] = socket.getfqdn()
gluster = "git+https://github.com/Tendrl/[email protected]"
gluster = "git+https://github.com/Tendrl/gluster_integration.git" \
"@v1.0"
self.parameters['Package.name'] = gluster
self.parameters['Node.cmd_str'] = "tendrl-gluster-integration " \
"--cluster-id %s" % \
Expand Down

0 comments on commit 9483e67

Please sign in to comment.