Comment 1 for bug 1559191

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

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

commit 3a17c308a1249c613c9e563c2199ab420219996e
Author: Jens Rosenboom <email address hidden>
Date: Mon Jun 27 03:12:34 2016 +0200

    Do not depend on Python error strings in parse_network_vlan_range()

    Instead of using Python error strings in the error messages for
    parse_network_vlan_range(), which are unstable and not translatable,
    use our own fixed error message.

    Change-Id: Iae4484b0a9a983452812bc76b47f5e16850641d5
    Closes-Bug: 1559191