diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-19 13:53:08 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-08-24 16:02:49 -0400 |
commit | 6765f1f398c1a3b8d72e1a07085c953f5a1ad810 (patch) | |
tree | 6789321fbbb6a873a5afe59c594594b1a9897169 /roles/openshift_facts/library | |
parent | 7999e06a0ea70fb9e7967fd14bf4a96748b3b4da (diff) | |
download | openshift-6765f1f398c1a3b8d72e1a07085c953f5a1ad810.tar.gz openshift-6765f1f398c1a3b8d72e1a07085c953f5a1ad810.tar.bz2 openshift-6765f1f398c1a3b8d72e1a07085c953f5a1ad810.tar.xz openshift-6765f1f398c1a3b8d72e1a07085c953f5a1ad810.zip |
Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselves
Diffstat (limited to 'roles/openshift_facts/library')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index bd8010705..ff4d9c946 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -1784,8 +1784,6 @@ class OpenShiftFacts(object): defaults['hosted'] = dict( metrics=dict( deploy=False, - deployer_prefix='registry.access.redhat.com/openshift3/', - deployer_version='3.3.0', duration=7, resolution='10s', storage=dict( |