Fix example code syntax

pull/18777/head
Monty Taylor 9 years ago committed by Matt Clay
parent 6e4c5e0a12
commit 9acc891477

@ -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
''' '''

Loading…
Cancel
Save