The masked error is returned from the url openers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
simplestreams |
Confirmed
|
Low
|
Unassigned |
Bug Description
OS: Ubuntu 14.04 LTS
APP: MaaS trusty
When using maas to import the images, it uses the simplestream to open the url.
The maas server is behind a proxy which only supports http but not https.
The generic error is reported. And the error is masking by the url opener.
root@yankai-
2014-05-07 00:09:06,646 INFO Importing boot resources.
2014-05-07 00:09:06,678 ERROR Unhandled exception; unable to continue.
Traceback (most recent call last):
File "/usr/sbin/
main(args)
File "/usr/lib/
repo_boot = dumper.
File "/usr/lib/
super(
File "/usr/lib/
content, payload = reader.
File "/usr/lib/
raw = self.source(
File "/usr/lib/
self.open()
File "/usr/lib/
self.fd = self._open()
File "/usr/lib/
raise myerr
IOError: Unable to open http://
no longer affects: | maas |
Changed in simplestreams: | |
status: | New → Confirmed |
importance: | Undecided → Low |