Comment 2 for bug 1036054

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

Reviewed: https://review.openstack.org/11386
Committed: http://github.com/openstack/quantum/commit/7d29b163fa662abc37b0e3e96c334856d1254c61
Submitter: Jenkins
Branch: master

commit 7d29b163fa662abc37b0e3e96c334856d1254c61
Author: justin ljj <email address hidden>
Date: Wed Aug 15 12:11:56 2012 +0800

    Use a common constant for the port/network 'status' value

    Fixes bug 1036054.

    'status' have four values 'ACTIVE/DOWN/ERROR/BUILD' in v2 spec.
    However, some plugins still using 'UP/DOWN' from v1. In order to
    consistent the use of 'status' value. A common constant file was
    created and modified all plugins to use the same constant value.

    Change-Id: I865dffbe031d9a3e76e52e334db3050a3ef11ed0