error while deploying openstack-ansible newton
I am following the guide http://docs.openstack.org/project-dep...
When running the below playbook, I am getting an error
openstack-ansible setup-hosts.yml
ERROR! Attempted to execute "/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py" as inventory script: Inventory script (/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py) had an execution error: Could not read data sources: '(['/etc/openstack_deploy', '/etc/openstack_deploy/conf.d'],)'.
Any idea why this is happening? I have /etc/openstack_deploy folder as well
$ cd /etc/openstack_deploy/
$ ls
ansible_facts env.d openstack_user_config.yml.aio openstack_user_config.yml.prod.example user_secrets.yml user_variables.yml.prod.example
conf.d openstack_user_config.yml openstack_user_config.yml.example openstack_user_config.yml.test.example user_variables.yml
Did you ever find a solution? I've run into this as well. the files are definitely there and permissions arent blocking them
@czykz Did you finally find out why this happens? Same problem. followed every steps and this comes up for no reason.