diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-06 19:30:07 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-06 19:30:07 -0500 |
commit | f8df2a785f791151e11f8274711c5d4405e550eb (patch) | |
tree | 285b31cf78950185af56c9afa25e6ef52370cc3a /roles/openshift_common/vars | |
parent | 77008d93e094ab284d869c4bb61dbb06941fa84f (diff) | |
parent | 71074dce4fde6d77384376dcf15c98b8316871f6 (diff) | |
download | openshift-f8df2a785f791151e11f8274711c5d4405e550eb.tar.gz openshift-f8df2a785f791151e11f8274711c5d4405e550eb.tar.bz2 openshift-f8df2a785f791151e11f8274711c5d4405e550eb.tar.xz openshift-f8df2a785f791151e11f8274711c5d4405e550eb.zip |
Merge pull request #102 from detiber/fixFirewall
fixing os_firewall issues
Diffstat (limited to 'roles/openshift_common/vars')
-rw-r--r-- | roles/openshift_common/vars/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_common/vars/main.yml b/roles/openshift_common/vars/main.yml index 0855c0cc5..623aed9bf 100644 --- a/roles/openshift_common/vars/main.yml +++ b/roles/openshift_common/vars/main.yml @@ -3,4 +3,4 @@ openshift_master_credentials_dir: /var/lib/openshift/openshift.local.certificate # TODO: Upstream kubernetes only supports iptables currently, if this changes, # then these variable should be moved to defaults -openshift_use_firewalld: False +os_firewall_use_firewalld: False |