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"