Browse Source

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.
Samuel Munilla 8 years ago
parent
commit
611292a2bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/src/ooinstall/variants.py

+ 0 - 1
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'),
     ]
 )