diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-03-06 17:38:19 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-03-06 17:44:55 -0500 |
commit | 71074dce4fde6d77384376dcf15c98b8316871f6 (patch) | |
tree | 285b31cf78950185af56c9afa25e6ef52370cc3a /roles/openshift_common | |
parent | 77008d93e094ab284d869c4bb61dbb06941fa84f (diff) | |
download | openshift-71074dce4fde6d77384376dcf15c98b8316871f6.tar.gz openshift-71074dce4fde6d77384376dcf15c98b8316871f6.tar.bz2 openshift-71074dce4fde6d77384376dcf15c98b8316871f6.tar.xz openshift-71074dce4fde6d77384376dcf15c98b8316871f6.zip |
start fixing os_firewall issues
- Fix missed references to old firewall scripts
- Fix variable name references that didn't get updated
Diffstat (limited to 'roles/openshift_common')
-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 |