Bug 1367323 - the "OpenShift Container Platform 3.2" variant is still listed when quick install ose-3.3
@@ -37,7 +37,6 @@ class Variant(object):
OSE = Variant('openshift-enterprise', 'OpenShift Container Platform',
[
Version('3.3', 'openshift-enterprise'),
- Version('3.2', 'openshift-enterprise'),
]
)