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_password: "{{OS_PASSWORD}}"
|
||||||
login_tenant_name: "{{OS_TENANT_NAME}}"
|
login_tenant_name: "{{OS_TENANT_NAME}}"
|
||||||
name: "{{inventory_hostname}}"
|
name: "{{inventory_hostname}}"
|
||||||
image_id: {{ image }}
|
image_id: "{{ image }}"
|
||||||
wait_for: 300
|
wait_for: 300
|
||||||
flavor_id: {{ flavor_id }} # TODO: conversion from `instance_type`
|
flavor_id: "{{ flavor_id }}" # TODO: conversion from `instance_type`
|
||||||
security_groups: {{security_group}}
|
security_groups: "{{security_group}}"
|
||||||
key_name: { {keypair }}
|
key_name: "{{ keypair }}"
|
||||||
floating_ips:
|
floating_ips:
|
||||||
- "{{public_ip}}"
|
- "{{public_ip}}"
|
||||||
register: nova_result
|
register: nova_result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue