[BVT] master fails to build because fuelmenu errors with 'ImportError: cannot import name ssl_match_hostname'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Critical
|
Alex Schultz |
Bug Description
Detailed bug description:
BVT #227 fails with 2016-05-25 17:47:37,071 - ERROR __init__.py:66 -- wait_for_
In looking at the environment, the bootstrap_
+ fuelmenu --save-only --iface=enp0s3
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
return get_distributio
File "/usr/lib/
return ep.load()
File "/usr/lib/
return self.resolve()
File "/usr/lib/
module = __import_
File "/usr/lib/
from fuelmenu import modules
File "/usr/lib/
from fuelmenu.
File "/usr/lib/
import requests
File "/usr/lib/
from .packages.
File "/usr/lib/
import urllib3
File "/usr/lib/
from .connectionpool import (
File "/usr/lib/
from .packages.
File "/usr/lib/
from . import ssl_match_hostname
ImportError: cannot import name ssl_match_hostname
This is due to an update of urllib3 (to 1.15.1 from 1.13.1) that drops the ssl_match_hostname support since we're using python 2.7.5
Steps to reproduce:
Deploy with python-
Expected results:
Master should bootstrap
Actual result:
Error during setup.
Reproducibility:
Always with python-
Workaround:
Nonme
Impact:
Complete failure during deployment
description: | updated |
Changed in fuel: | |
assignee: | nobody → Alex Schultz (alex-schultz) |
tags: | added: bvt-failure |
Fix proposed to branch: master /review. fuel-infra. org/21250
Change author: Alex Schultz <email address hidden>
Review: https:/