summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-25 10:40:57 -0700
committerGitHub <noreply@github.com>2017-10-25 10:40:57 -0700
commit8c85dd660d5b380edb8e91f90505b43a70bf871e (patch)
treee46923ecceade008382089e0364c1a213a7f92ac
parent7e989129628ed34ad4192e757009c0a26552f42a (diff)
parentd75ec48e0797bc8ebced09af64433a6021aeaada (diff)
downloadopenshift-8c85dd660d5b380edb8e91f90505b43a70bf871e.tar.gz
openshift-8c85dd660d5b380edb8e91f90505b43a70bf871e.tar.bz2
openshift-8c85dd660d5b380edb8e91f90505b43a70bf871e.tar.xz
openshift-8c85dd660d5b380edb8e91f90505b43a70bf871e.zip
Merge pull request #5573 from vshn/registryclaim1
Automatic merge from submit-queue. Remove unused registry_volume_claim variable The "registry_volume_claim" variable has not been used since at least commit 7cf5cc1 (February 21, 2017) and this commit removes the last mention.
-rw-r--r--roles/openshift_hosted/defaults/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_hosted/defaults/main.yml b/roles/openshift_hosted/defaults/main.yml
index c234c3740..589ad3f51 100644
--- a/roles/openshift_hosted/defaults/main.yml
+++ b/roles/openshift_hosted/defaults/main.yml
@@ -69,7 +69,6 @@ r_openshift_hosted_registry_use_firewalld: "{{ os_firewall_use_firewalld | defau
openshift_hosted_registry_name: docker-registry
openshift_hosted_registry_wait: "{{ not (openshift_master_bootstrap_enabled | default(False)) }}"
-registry_volume_claim: 'registry-claim'
openshift_hosted_registry_cert_expire_days: 730
r_openshift_hosted_registry_os_firewall_deny: []