summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-03-06 19:30:07 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-03-06 19:30:07 -0500
commitf8df2a785f791151e11f8274711c5d4405e550eb (patch)
tree285b31cf78950185af56c9afa25e6ef52370cc3a /roles/openshift_common
parent77008d93e094ab284d869c4bb61dbb06941fa84f (diff)
parent71074dce4fde6d77384376dcf15c98b8316871f6 (diff)
downloadopenshift-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')
-rw-r--r--roles/openshift_common/vars/main.yml2
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