Build shaker image fails due to SSL - "certificate did not match expected hostname"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-browbeat |
New
|
Undecided
|
Unassigned |
Bug Description
Installed undercloud and overcloud using TripleO quickstart script. While installing browbeat on the undercloud, facing the below issue during the execution of shaker_build.yml
Openstack version - Newton
Host OS - CentOS 7
TASK [build shaker image]
fatal: [undercloud]: FAILED! => {
"changed": true,
"cmd": "source /home/stack/
"delta": "0:00:00.538756",
"end": "2017-07-13 12:22:20.731609",
"failed": true,
"failed_
"invocation": {
"warn": true
}
},
"rc": 1,
"start": "2017-07-13 12:22:20.192853",
"stderr": "",
"stderr_lines": [],
"stdout_lines": [
"2017-07-13 12:22:20.590 30364 INFO shaker.engine.utils [-] Logging enabled",
"2017-07-13 12:22:20.703 30364 ERROR urllib3.connection [-] Certificate did not match expected hostname: 10.0.0.5. Certificate: {'subjectAltName': (('IP Address', '10.0.0.5'),), 'notBefore': u'Jul 11 12:33:06 2017 GMT', 'serialNumber': u'01', 'notAfter': 'Jul 11 12:33:06 2018 GMT', 'version': 3L, 'subject': ((('countryName', u'US'),), (('stateOrProvi
"2017-07-13 12:22:20.703 30364 WARNING keystoneauth.
"2017-07-13 12:22:20.710 30364 ERROR urllib3.connection [-] Certificate did not match expected hostname: 10.0.0.5. Certificate: {'subjectAltName': (('IP Address', '10.0.0.5'),), 'notBefore': u'Jul 11 12:33:06 2017 GMT', 'serialNumber': u'01', 'notAfter': 'Jul 11 12:33:06 2018 GMT', 'version': 3L, 'subject': ((('countryName', u'US'),), (('stateOrProvi
"2017-07-13 12:22:20.710 30364 ERROR shaker.
]
}