Comment 3 for bug 1455405

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

Reviewed: https://review.openstack.org/183448
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=426a9e9b67dfe66a0c5e41d862c2083051c90802
Submitter: Jenkins
Branch: master

commit 426a9e9b67dfe66a0c5e41d862c2083051c90802
Author: Kai Qiang Wu(Kennan) <email address hidden>
Date: Fri May 15 17:22:11 2015 +0800

    Fix the ipaddress validate issue

    Right now the jenkins jobs all failed with ipv4address validate.
    We make ipaddress check logic use netaddr

    If wsme have better IPv4AddressType changes or magnum api types usage
    was not right, we can change latter. Right now, we should
    make magnum work.

    For netaddr it has been include in global-requirements

    For wsme IPv4AddressType, check
    ttps://github.com/stackforge/wsme/blob/master/wsme/types.py

    Closes-Bug: #1455405
    Co-Authored-By: Davanum Srinivas <email address hidden>
    Change-Id: I67e6c9e0377103bf5b0cd4d120c146ef2366f440