Comment 1 for bug 1435575

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

Reviewed: https://review.openstack.org/167022
Committed: https://git.openstack.org/cgit/stackforge/magnum/commit/?id=375f7c272c5939008f04f17cd11f3c315a90ce1a
Submitter: Jenkins
Branch: master

commit 375f7c272c5939008f04f17cd11f3c315a90ce1a
Author: Andrew Melton <email address hidden>
Date: Mon Mar 23 15:06:21 2015 -0700

    Update pod_delete call for new log message

    The latest kubernetes has changed the log message when a pod
    is not found, from "pod 'x' not found" to "pods 'x' not found".
    To handle this, and maintain compatibility, this removes the
    check for 'pod ' and just checks the log message for
    "'x' not found".

    Change-Id: Id3a847a576beed383bb0e382afa545828047648b
    Closes-Bug: #1435575