瀏覽代碼

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 年之前
父節點
當前提交
611292a2bd
共有 1 個文件被更改,包括 0 次插入1 次删除
  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'),
     ]
 )