Code review comment for lp:~justin-fathomdb/nova/justinsb-api-fix-tolerate-no-ip

Revision history for this message
Jay Pipes (jaypipes) wrote :

27 + floating_ips = fixed_ip['floating_ips']

should be fixed_ip.get('floating_ips')

Hehe, you're gonna kill me I think :)

I like the minixpath solution, but like I said, I'll review that in a separate patch

review: Needs Fixing

« Back to merge proposal