Fix example code syntax
This commit is contained in:
parent
08b2f31915
commit
08b4bb42c4
1 changed files with 7 additions and 6 deletions
|
@ -68,8 +68,9 @@ requirements: ["shade"]
|
|||
|
||||
EXAMPLES = '''
|
||||
# Create a security group rule
|
||||
- os_security_group_rule: cloud=mordred
|
||||
security_group=group foo
|
||||
- os_security_group_rule:
|
||||
cloud: mordred
|
||||
security_group: foo
|
||||
protocol: tcp
|
||||
port_range_min: 80
|
||||
port_range_max: 80
|
||||
|
|
Loading…
Reference in a new issue