Browse Source

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
Scott Dodson 8 years ago
parent
commit
bdf12ce151
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'),
     ]
 )