Can you show the actual output?
That error does not seem to be produced by the Ansible codebase.
Can you show the actual output?
That error does not seem to be produced by the Ansible codebase.
For me also the same error came.
I am also wiating for solution
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