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.
Reviewed: https:/ /review. openstack. org/20067 github. com/openstack/ tempest/ commit/ ab3d5d41c89ea5b a24fae62c624363 33ebdc4f67
Committed: http://
Submitter: Jenkins
Branch: master
commit ab3d5d41c89ea5b a24fae62c624363 33ebdc4f67
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: I282eb7e873d824 e7c03923c2200bb e1e2d0bbada