Comment 2 for bug 1479345

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

Reviewed: https://review.openstack.org/207366
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3ef597447d01f01661828d9a9160c46fef8c039f
Submitter: Jenkins
Branch: master

commit 3ef597447d01f01661828d9a9160c46fef8c039f
Author: Shuquan Huang <huang.shuquan@99cloud.net>
Date: Thu Jul 30 09:35:44 2015 +0000

    nova.utils._get_root_helper() should be public

    The nova.utils._get_root_helper() method is used outside of the
    nova.utils module, so we should make it public.
    Change the method to nova.utils.get_root_helper()

    Change-Id: I63273aa3115502d2cd049c99b2176a7eca0d2f4c
    Closes-Bug: #1479345