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
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
