Comment 1 for bug 1828003

Revision history for this message
Mark Goddard (mgoddard) wrote :

networking_infoblox needs a patch in neutron/common/utils.py L374:

- return hashlib.md5(str(time.time())).hexdigest()
+ return hashlib.md5(str(time.time()).encode()).hexdigest()