← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:fix-include-url-error-message-centos into cloud-init:master

 

The proposal to merge ~chad.smith/cloud-init:fix-include-url-error-message-centos into cloud-init:master has been updated.

Commit Message changed to:

centos: Provide the failed #include url in error messages

On python 2.6 and 2.7 (CentOS 6 & 7), requests.exceptions.HTTPError UrlErrors raised do not report which url failed.
In such cases, append the url if not present in the error message.

This fixes nightly CI failures at
https://jenkins.ubuntu.com/server/view/cloud-init/job/cloud-init-ci-nightly/.

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/333845
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:fix-include-url-error-message-centos into cloud-init:master.


References