Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # openstack-ansible playbooks/setup-hosts.yml
  2. Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml "
  3. 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: Traceback (most recent call last):
  4. File "/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py", line 80, in <module>
  5. output = generate.main(**all_args)
  6. File "/opt/openstack-ansible/osa_toolkit/generate.py", line 1110, in main
  7. environment.get('container_skel')
  8. File "/opt/openstack-ansible/osa_toolkit/generate.py", line 996, in _check_config_settings
  9. _check_same_ip_to_multiple_host(config)
  10. File "/opt/openstack-ansible/osa_toolkit/generate.py", line 873, in _check_same_ip_to_multiple_host
  11. for _key, _value in value.items():
  12. AttributeError: 'NoneType' object has no attribute 'items'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement