I am very new to Ansible,I am just trying to add an image to openstack 
using Ansible,so created a yml file with below input.


- glance_image: login_username=<Username>
                login_password=<Password>
                login_tenant_name=<Tenant>
                name=vivid
                container_format=bare
                disk_format=qcow2
                state=present
                copy_from=/tmp/vivid-server-cloudimg-amd64-disk1.img


I get the below error,

ERROR: glance_image is not a legal parameter in an Ansible Playbook


please see the log below:

2014-11-19 16:07:10,593 p=18154 u=root |  /usr/bin/ansible-playbook 
glance_ply.yml
2014-11-19 16:07:10,593 p=18154 u=root |
2014-11-19 16:07:16,268 p=18154 u=root |  ERROR: glance_image is not a 
legal parameter in an Ansible Playbook


Thanks in advance

Regards
Vijay

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dd5d82cc-f89d-47ae-a285-27ebb27231f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to