typo
This commit is contained in:
parent
da36e3b6df
commit
ceb7598277
1 changed files with 4 additions and 4 deletions
|
@ -26,11 +26,11 @@
|
|||
login_password: "{{OS_PASSWORD}}"
|
||||
login_tenant_name: "{{OS_TENANT_NAME}}"
|
||||
name: "{{inventory_hostname}}"
|
||||
image_id: {{ image }}
|
||||
image_id: "{{ image }}"
|
||||
wait_for: 300
|
||||
flavor_id: {{ flavor_id }} # TODO: conversion from `instance_type`
|
||||
security_groups: {{security_group}}
|
||||
key_name: { {keypair }}
|
||||
flavor_id: "{{ flavor_id }}" # TODO: conversion from `instance_type`
|
||||
security_groups: "{{security_group}}"
|
||||
key_name: "{{ keypair }}"
|
||||
floating_ips:
|
||||
- "{{public_ip}}"
|
||||
register: nova_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue