Fix example code syntax

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

View file

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