From f7fb00f65ea8c8f48ecf392de096a290bbbaab9c Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Thu, 4 Aug 2016 13:26:59 -0400 Subject: a-o-i: Rename OSE in Install Menu Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu. --- utils/src/ooinstall/variants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/src') diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py index 2397ee9cc..1706b4165 100644 --- a/utils/src/ooinstall/variants.py +++ b/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'), ] -- cgit v1.2.1