Advertisement
Guest User

Untitled

a guest
May 6th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. e
  2. [ERROR ] Error creating jenkins2.infra on EC2 when trying to run the initial deployment:
  3. 'URLError' object has no attribute 'read'
  4. Traceback (most recent call last):
  5. File "/usr/lib/pymodules/python2.7/salt/cloud/clouds/ec2.py", line 1121, in create
  6. data = query(params, 'instancesSet', location=location)
  7. File "/usr/lib/pymodules/python2.7/salt/cloud/clouds/ec2.py", line 265, in query
  8. root = ET.fromstring(exc.read())
  9. AttributeError: 'URLError' object has no attribute 'read'
  10. [ERROR ] There was a query error: 'URLError' object has no attribute 'read'
  11. Traceback (most recent call last):
  12. File "/usr/lib/pymodules/python2.7/salt/cloud/cli.py", line 388, in run
  13. ret = mapper.run_map(dmap)
  14. File "/usr/lib/pymodules/python2.7/salt/cloud/__init__.py", line 1622, in run_map
  15. profile, local_master=master_name is None
  16. File "/usr/lib/pymodules/python2.7/salt/cloud/__init__.py", line 856, in create
  17. output = self.clouds[func](vm_)
  18. File "/usr/lib/pymodules/python2.7/salt/cloud/clouds/ec2.py", line 1121, in create
  19. data = query(params, 'instancesSet', location=location)
  20. File "/usr/lib/pymodules/python2.7/salt/cloud/clouds/ec2.py", line 265, in query
  21. root = ET.fromstring(exc.read())
  22. AttributeError: 'URLError' object has no attribute 'read'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement