Comment 24 for bug 1523638

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

Reviewed: https://review.openstack.org/276527
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=1d0c1dca74a4a1ab90c03c8fc675fe55fb2feccf
Submitter: Jenkins
Branch: master

commit 1d0c1dca74a4a1ab90c03c8fc675fe55fb2feccf
Author: Kevin Benton <email address hidden>
Date: Thu Feb 4 14:30:08 2016 -0800

    Emit warning when instances have ports not ACTIVE

    This changes the tempest logic to request all ports rather than
    just ACTIVE ports for a server and then filters them locally so
    we can log an warning message when a server has ports not in the
    ACTIVE state. This will help debug cases in the future where the
    Neutron port status is in an unstable state due to agent wiring
    errors.

    Change-Id: I979a06688a5dfecaaef5e7e4a85cb8494095c754
    Closes-Bug: #1523638