summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2016-01-11 10:16:09 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2016-01-11 10:16:09 -0500
commit0e60de158e27b6f15adc943db703fec4bd2c72bc (patch)
tree282251a948f1fe14d7af4366e0d32fda27c4670e /bin
parentc64ca552a15885b5811e535f81678a1dc80c0087 (diff)
parent0c056112112886e0d5683a10eec3368695c96e88 (diff)
downloadopenshift-0e60de158e27b6f15adc943db703fec4bd2c72bc.tar.gz
openshift-0e60de158e27b6f15adc943db703fec4bd2c72bc.tar.bz2
openshift-0e60de158e27b6f15adc943db703fec4bd2c72bc.tar.xz
openshift-0e60de158e27b6f15adc943db703fec4bd2c72bc.zip
Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1
Make bin/cluster able to spawn an OSE 3.1 cluster
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cluster5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/cluster b/bin/cluster
index 3081ebd4a..c2765ff92 100755
--- a/bin/cluster
+++ b/bin/cluster
@@ -294,11 +294,8 @@ if __name__ == '__main__':
meta_parser.add_argument('cluster_id', help='prefix for cluster VM names')
meta_parser.add_argument('-t', '--deployment-type',
- choices=['origin', 'online', 'enterprise'],
+ choices=['origin', 'online', 'enterprise', 'atomic-enterprise', 'openshift-enterprise'],
help='Deployment type. (default: origin)')
- meta_parser.add_argument('-T', '--product-type',
- choices=['openshift', 'atomic-enterprise'],
- help='Product type. (default: openshift)')
meta_parser.add_argument('-o', '--option', action='append',
help='options')