kolla-build does not handle exception in case docker service is stopped
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Low
|
Unassigned |
Bug Description
I accidently invoked kolla-build with docker service was stopped and ran into following exception
$ kolla-build
INFO:kolla.
ERROR:kolla.
Traceback (most recent call last):
File "/usr/lib/
return docker.
File "/usr/lib/
self._version = self._retrieve_
File "/usr/lib/
'Error while fetching server API version: {0}'.format(e)
DockerException: Error while fetching server API version: ('Connection aborted.', error(2, 'No such file or directory'))
Fix proposed to branch: master /review. openstack. org/289211
Review: https:/