Skip to content

Commit

Permalink
Fix for OpenShift SDN Check
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentS committed May 9, 2017
1 parent e1643f3 commit 0bafbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ os_firewall_allow:
port: 443/tcp
- service: OpenShift OVS sdn
port: 4789/udp
when: openshift.node.use_openshift_sdn | bool
when: openshift.common.use_openshift_sdn | bool

0 comments on commit 0bafbb0

Please sign in to comment.