summaryrefslogtreecommitdiffstats
path: root/README_AWS.md
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-04-28 17:24:17 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-04-28 17:24:17 -0400
commit9153d6204aedc96b46458b3e86440e6d76c9c361 (patch)
treead4d988f341db4d7bcae08b6eac328dfa669ae53 /README_AWS.md
parenta83bea9a190fde22cceb6e3ef3d88a38e3eca1a4 (diff)
downloadopenshift-9153d6204aedc96b46458b3e86440e6d76c9c361.tar.gz
openshift-9153d6204aedc96b46458b3e86440e6d76c9c361.tar.bz2
openshift-9153d6204aedc96b46458b3e86440e6d76c9c361.tar.xz
openshift-9153d6204aedc96b46458b3e86440e6d76c9c361.zip
Fix AWS README for ec2_security_groups variable reference
Diffstat (limited to 'README_AWS.md')
-rw-r--r--README_AWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_AWS.md b/README_AWS.md
index 888abe939..dc93357ee 100644
--- a/README_AWS.md
+++ b/README_AWS.md
@@ -65,7 +65,7 @@ If needed, these values can be changed by setting environment variables on your
- export ec2_ami='ami-307b3658'
- export ec2_region='us-east-1'
- export ec2_keypair='libra'
-- export ec2_security_group='public'
+- export ec2_security_groups="['public']"
- export os_master_root_vol_size='20'
- export os_master_root_vol_type='standard'
- export os_node_root_vol_size='15'