Advertisement
Guest User

Untitled

a guest
Mar 17th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. [ERROR ] There was a profile error: 'NetworkInterface' object has no attribute 'get'
  2. Traceback (most recent call last):
  3. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/utils/msazure.py", line 194, in object_to_dict
  4. if inspect.isclass(obj) or 'class' in str(type(obj.__dict__.get(item))):
  5. AttributeError: 'bool' object has no attribute '__dict__'
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/utils/msazure.py", line 195, in object_to_dict
  11. ret[item] = object_to_dict(obj.__dict__[item])
  12. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/utils/msazure.py", line 201, in object_to_dict
  13. ret[item] = obj.get(item)
  14. AttributeError: 'bool' object has no attribute 'get'
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/cli.py", line 284, in run
  20. self.config.get('names')
  21. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/__init__.py", line 1444, in run_profile
  22. ret[name] = self.create(vm_)
  23. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/__init__.py", line 1274, in create
  24. output = self.clouds[func](vm_)
  25. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/clouds/azurearm.py", line 1185, in create
  26. 'wait_for_ip_interval_multiplier', vm_, __opts__, default=1),
  27. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/utils/cloud.py", line 2413, in wait_for_ip
  28. data = update_callback(*update_args, **update_kwargs)
  29. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/clouds/azurearm.py", line 1160, in _query_ip_address
  30. data = request_instance(kwargs=vm_)
  31. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/clouds/azurearm.py", line 959, in request_instance
  32. iface_data = create_interface(kwargs=vm_)
  33. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/clouds/azurearm.py", line 908, in create_interface
  34. return show_interface(kwargs=kwargs)
  35. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/cloud/clouds/azurearm.py", line 705, in show_interface
  36. data = object_to_dict(iface)
  37. File "/home/podstava/PycharmProjects/customer-be/.env/lib/python3.5/site-packages/salt/utils/msazure.py", line 201, in object_to_dict
  38. ret[item] = obj.get(item)
  39. AttributeError: 'NetworkInterface' object has no attribute 'get'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement