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