Comment 1 for bug 1330490

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

Reviewed: https://review.openstack.org/100942
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3be62f878e8165cf3bce357a00b8a583773f7d3b
Submitter: Jenkins
Branch: master

commit 3be62f878e8165cf3bce357a00b8a583773f7d3b
Author: Ralf Haferkamp <email address hidden>
Date: Wed Jun 18 17:01:26 2014 +0200

    Don't convert numeric protocol values to int

    They are treated as strings everywhere. Converting them to int causes problems
    when using postgresql as the database backend because it doesn't automatically
    cast them back to integer.

    Change-Id: I9f0a5149d24a4c003409728e50376569c97e7325
    Closes-bug: 1330490