We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d430411 commit 1ded3b4Copy full SHA for 1ded3b4
tendrl/node_agent/flows/import_cluster/gluster_help.py
@@ -9,7 +9,7 @@
9
def import_gluster(integration_id, request_id, flow_id):
10
attributes = {}
11
if tendrl_ns.config.data['package_source_type'] == 'pip':
12
- name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2"
+ name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2.1"
13
attributes["name"] = name
14
attributes["editable"] = "false"
15
ansible_module_path = "core/packaging/language/pip.py"
0 commit comments