Update nova.py
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"