Comment 4 for bug 1267664

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

Reviewed: https://review.openstack.org/65837
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=58d7eeede1e2912ab250fd306c85ca1a05de2fbc
Submitter: Jenkins
Branch: master

commit 58d7eeede1e2912ab250fd306c85ca1a05de2fbc
Author: Eric Windisch <email address hidden>
Date: Thu Jan 9 19:46:14 2014 -0500

    Prefix private methods with _ in docker driver

    Private methods should be prefixed with a _ for
    clarity. Although most private methods were
    marked this way, a few were not.

    Renames and marks private:
     is_daemon_running
     find_container_by_name
     get_available_resource

    Closes-Bug: #1267664

    Change-Id: Ifc6818b7620af972cc0eec6f9ef43610456895f1