Skip to content

Update nova.py

Álvaro López García requested to merge github/fork/tdviet/patch-3 into master

Created by: tdviet

Add a check for type of server.image. For some old severs, server.image is an empty string, perhaps image was deleted. Without testing type, server.image["id"] will cause an exception "TypeError: string indices must be integers"

Merge request reports