Fix example code syntax

This commit is contained in:
Monty Taylor 2015-06-04 12:03:05 -04:00 committed by Matt Clay
parent 6e4c5e0a12
commit 9acc891477

View file

@ -68,12 +68,13 @@ requirements: ["shade"]
EXAMPLES = '''
# Create a security group rule
- os_security_group_rule: cloud=mordred
security_group=group foo
protocol: tcp
port_range_min: 80
port_range_max: 80
remote_ip_prefix: 0.0.0.0/0
- os_security_group_rule:
cloud: mordred
security_group: foo
protocol: tcp
port_range_min: 80
port_range_max: 80
remote_ip_prefix: 0.0.0.0/0
'''