Fixing a typo, floating-ips has been used instead of floating_ips (#3540)

reviewable/pr18780/r1
tonyqui 9 years ago committed by Brian Coca
parent 78da4cf562
commit e6fb933c3c

@ -238,7 +238,7 @@ EXAMPLES = '''
key_name: test
wait_for: 200
flavor_id: 101
floating-ips:
floating_ips:
- 12.34.56.79
# Creates a new VM with 4G of RAM on Ubuntu Trusty, ignoring deprecated images

@ -243,7 +243,7 @@ EXAMPLES = '''
key_name: test
timeout: 200
flavor: 101
floating-ips:
floating_ips:
- 12.34.56.79
# Creates a new instance with 4G of RAM on Ubuntu Trusty, ignoring

Loading…
Cancel
Save