>
> Hello  Brain,

Sorry for late reply, And thanks for your reply.

this is actual output i got. 

I already install python-novaclient using below command

* >sudo pip install python-novaclient*

It gave the requirements satisfied. But while running the playbook it shows 
the python-novaclient module required. 

this is my playbook.

*- name: launch a compute instance*
*  hosts: localhost*
*  sudo: yes*
*  tasks:*
*  - nova_compute:*
*         state: present*
*         auth_url: "http://192.168.8.25:5000/v3/"*
*         login_username: admin*
*         login_password: MiracleIT*
*         login_tenant_name: admin*
*         name: vm1*
*         image_id: 913ef163-e2aa-4161-85d4-16a9924abfa1*
*         key_name: ubuntutestkeypair1*
*         wait_for: 200*
*         flavor_id: m1.medium*
*         nics:*
*            - net-id: 6e4c7854-a817-4022-b5c5-20d72373f469*
*         meta:*
*            hostname:  test*
*            group: default*



<https://lh3.googleusercontent.com/-xYUFWt5IA98/WOKtsa5UVEI/AAAAAAAAAGQ/m89BQC7LABUHvZWUlu0R2XNtfepYfVbHQCLcB/s1600/Screenshot%2B%25281102%2529.png>

-- 
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/78fafb60-cfac-422b-a0f6-fff1437da437%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to