Comment 2 for bug 1317668

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/92927
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5268c1136ed09346d13b28b42626c0b302e3abb2
Submitter: Jenkins
Branch: master

commit 5268c1136ed09346d13b28b42626c0b302e3abb2
Author: Andrew Laski <email address hidden>
Date: Thu May 8 18:27:05 2014 -0400

    Convert address to str in fixed_ip_obj.associate

    A caller of associate may pass in a netaddr.IPAddress argument which
    will currently fail when it gets to sqlalchemy. Following the
    convention of other methods the netaddr.IPAddress will be cast to a
    string.

    Change-Id: I67c1876b447217b37104660ba87ed967f477b863
    Closes-bug: 1317668