Comment 3 for bug 1440779

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

Reviewed: https://review.openstack.org/171067
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=02c04c5658dcd968b91f7256b749755abb9d2074
Submitter: Jenkins
Branch: master

commit 02c04c5658dcd968b91f7256b749755abb9d2074
Author: kylin7-sg <email address hidden>
Date: Tue Apr 7 15:23:14 2015 +0800

    Make _discover_extensions public

    Heat uses `novaclient.shell.OpenStackComputeShell._discover_extensions`
    function, which is private currently. It's better to change this method
    to public for public use.

    Change-Id: I15879d56db2ec88a9bef99b6af8924ebd4ad169b
    Closes-bug: #1440779