summaryrefslogtreecommitdiffstats
path: root/utils/src
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-16 13:23:54 -0400
committerGitHub <noreply@github.com>2016-08-16 13:23:54 -0400
commitbdf12ce1512ec5467cf668b0a7c8553a4dab92d1 (patch)
tree2b28fae747941cad562ad07c668ba83e79b1cd5d /utils/src
parentdcfddb882554b7f1a9aa1f4024ba9eb2ebf07204 (diff)
parent611292a2bd18f782f52a27316347e431ba9b3324 (diff)
downloadopenshift-bdf12ce1512ec5467cf668b0a7c8553a4dab92d1.tar.gz
openshift-bdf12ce1512ec5467cf668b0a7c8553a4dab92d1.tar.bz2
openshift-bdf12ce1512ec5467cf668b0a7c8553a4dab92d1.tar.xz
openshift-bdf12ce1512ec5467cf668b0a7c8553a4dab92d1.zip
Merge pull request #2307 from smunilla/BZ1367323
Bug 1367323 - the "OpenShift Container Platform 3.2" variant is still listed when quick install ose-3.3
Diffstat (limited to 'utils/src')
-rw-r--r--utils/src/ooinstall/variants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py
index 10bad5f2a..dc25fae8f 100644
--- a/utils/src/ooinstall/variants.py
+++ b/utils/src/ooinstall/variants.py
@@ -37,7 +37,6 @@ class Variant(object):
OSE = Variant('openshift-enterprise', 'OpenShift Container Platform',
[
Version('3.3', 'openshift-enterprise'),
- Version('3.2', 'openshift-enterprise'),
]
)