From 1ded3b4379c8a23a487bd3d4aafb81404d778c7e Mon Sep 17 00:00:00 2001 From: Rohan Kanade Date: Wed, 1 Mar 2017 00:50:59 +0530 Subject: [PATCH] Update gluster_help.py --- tendrl/node_agent/flows/import_cluster/gluster_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendrl/node_agent/flows/import_cluster/gluster_help.py b/tendrl/node_agent/flows/import_cluster/gluster_help.py index 14a3bedd..f028c183 100644 --- a/tendrl/node_agent/flows/import_cluster/gluster_help.py +++ b/tendrl/node_agent/flows/import_cluster/gluster_help.py @@ -9,7 +9,7 @@ def import_gluster(integration_id, request_id, flow_id): attributes = {} if tendrl_ns.config.data['package_source_type'] == 'pip': - name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2" + name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2.1" attributes["name"] = name attributes["editable"] = "false" ansible_module_path = "core/packaging/language/pip.py"