commit d3afc39467c6532344118e8e491409878da9c2dd
Author: Marc Methot <email address hidden>
Date: Tue Oct 16 12:37:28 2018 -0400
Handling unexpected python error "NoneType object is not iterable"
The glance documentation states that None (empty image) is a valid
return value. We have to handle this outcome. Adding error handling
helps debugging this unhandled issue
Reviewed: https:/ /review. openstack. org/611081 /git.openstack. org/cgit/ openstack/ cinder/ commit/ ?id=d3afc39467c 6532344118e8e49 1409878da9c2dd
Committed: https:/
Submitter: Zuul
Branch: master
commit d3afc39467c6532 344118e8e491409 878da9c2dd
Author: Marc Methot <email address hidden>
Date: Tue Oct 16 12:37:28 2018 -0400
Handling unexpected python error "NoneType object is not iterable"
The glance documentation states that None (empty image) is a valid
return value. We have to handle this outcome. Adding error handling
helps debugging this unhandled issue
Change-Id: If7c22ac4516f8c 2a6ccd8bf6b6ed9 8409312b138
Closes-Bug: #1798147