From b60e949da09a024b85366add7c7a26276b635093 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Tue, 19 Apr 2016 14:24:00 -0400 Subject: fix up variable references remove "online" support from bin/cluster --- README_AWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README_AWS.md') diff --git a/README_AWS.md b/README_AWS.md index 978905f68..29689fccb 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -178,9 +178,9 @@ Terminating a cluster Specifying a deployment type --------------------------- The --deployment-type flag can be passed to bin/cluster to specify the deployment type -1. To launch an online cluster (requires access to private repositories and amis): +1. To launch an OpenShift Enterprise cluster (requires a valid subscription): ``` - bin/cluster create aws --deployment-type=online + bin/cluster create aws --deployment-type=openshift-enterprise ``` Note: If no deployment type is specified, then the default is origin. -- cgit v1.2.1