diff options
| -rw-r--r-- | utils/src/ooinstall/variants.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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'),      ]  | 
