From 611292a2bd18f782f52a27316347e431ba9b3324 Mon Sep 17 00:00:00 2001
From: Samuel Munilla <smunilla@redhat.com>
Date: Tue, 16 Aug 2016 12:52:46 -0400
Subject: Bug 1367323 - the "OpenShift Container Platform 3.2" variant is still
 listed when quick install ose-3.3

Remove 3.2 from the install options in 3.3 installer.
---
 utils/src/ooinstall/variants.py | 1 -
 1 file changed, 1 deletion(-)

(limited to 'utils/src/ooinstall')

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'),
     ]
 )
 
-- 
cgit v1.2.3