Comment 2 for bug 1259646

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

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

commit ca668a0b9ec5f6412cd842b89d523ba1a8369782
Author: zhhuabj <email address hidden>
Date: Thu Jan 16 14:34:14 2014 +0800

    Clean up ML2 Manager

    Some things need cleanup in the ML2Manager.

    1) Replace sys.exit(1) with raise SystemExit(1)
    2) Replace reserved keyword type with network_type

    Change-Id: I921bfaec7d3e31503942b3ca4a1b2218c44b14ac
    Closes-Bug: #1259646