Comment 1 for bug 1101645

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

Reviewed: https://review.openstack.org/20067
Committed: http://github.com/openstack/tempest/commit/ab3d5d41c89ea5ba24fae62c62436333ebdc4f67
Submitter: Jenkins
Branch: master

commit ab3d5d41c89ea5ba24fae62c62436333ebdc4f67
Author: Sean Dague <email address hidden>
Date: Fri Jan 18 19:10:14 2013 -0500

    change ipv6 format to pass on postgresql

    postgresql recently moved to storing ip addresses as native types.
    The problem being that we send down some slightly unnatural looking
    IPv6 strings, so when we return them our simple comparitors fail.

    Converting this to a more IPv6 natural definition makes it pass with
    postgresql.

    Fixes bug #1101645

    Change-Id: I282eb7e873d824e7c03923c2200bbe1e2d0bbada