Added volumes dict to ec2_lc example

This commit is contained in:
Alex Gandy 2015-06-08 12:01:27 -04:00 committed by Matt Clay
parent 15b65fa115
commit 75fa5811db

View file

@ -126,6 +126,12 @@ EXAMPLES = '''
key_name: default
security_groups: ['group', 'group2' ]
instance_type: t1.micro
volumes:
- device_name: /dev/sda1
volume_size: 100
device_type: io1
iops: 3000
delete_on_termination: true
'''