浏览代码

Merge pull request #8169 from jarrpa/heketi-route-fix

GlusterFS: Fix setting heketi route
Scott Dodson 7 年之前
父节点
当前提交
30fede5294
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml

+ 0 - 2
roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml

@@ -341,14 +341,12 @@
     register: heketi_route
     when:
     - glusterfs_heketi_is_native
-    - glusterfs_heketi_route is not defined
 
   - name: Determine StorageClass heketi URL
     set_fact:
       glusterfs_heketi_route: "{{ heketi_route.results.results[0]['spec']['host'] }}"
     when:
     - glusterfs_heketi_is_native
-    - glusterfs_heketi_route is not defined
 
   - name: Generate Gluster Block StorageClass file
     template: