diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-15 12:10:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 12:10:17 -0400 |
commit | eac15df342397f8d48b3c1739e35e112892b7de1 (patch) | |
tree | 76b5a499e3b1ece6dc33fdd371d57ef475847ba4 /utils | |
parent | 41cd5f40fe33ba286367c98b50959dd9f3a3ac89 (diff) | |
parent | d1867f5239722f4e6c517d1bdb6554655e4c4df0 (diff) | |
download | openshift-eac15df342397f8d48b3c1739e35e112892b7de1.tar.gz openshift-eac15df342397f8d48b3c1739e35e112892b7de1.tar.bz2 openshift-eac15df342397f8d48b3c1739e35e112892b7de1.tar.xz openshift-eac15df342397f8d48b3c1739e35e112892b7de1.zip |
Merge pull request #2201 from richm/v1.3
add 3.3 to installer
Diffstat (limited to 'utils')
-rw-r--r-- | utils/src/ooinstall/variants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py index 1706b4165..10bad5f2a 100644 --- a/utils/src/ooinstall/variants.py +++ b/utils/src/ooinstall/variants.py @@ -36,6 +36,7 @@ class Variant(object): # WARNING: Keep the versions ordered, most recent first: OSE = Variant('openshift-enterprise', 'OpenShift Container Platform', [ + Version('3.3', 'openshift-enterprise'), Version('3.2', 'openshift-enterprise'), ] ) |