Browse Source

Merge pull request #2257 from smunilla/ose_rename_to_oscp

a-o-i: Rename OSE in Install Menu
Scott Dodson 8 years ago
parent
commit
2972c11092
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/src/ooinstall/variants.py

+ 1 - 1
utils/src/ooinstall/variants.py

@@ -34,7 +34,7 @@ class Variant(object):
 
 
 # WARNING: Keep the versions ordered, most recent first:
-OSE = Variant('openshift-enterprise', 'OpenShift Enterprise',
+OSE = Variant('openshift-enterprise', 'OpenShift Container Platform',
     [
         Version('3.2', 'openshift-enterprise'),
     ]