Comment 2 for bug 1415738

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

Reviewed: https://review.openstack.org/151112
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=220d33eb592dc950f348e89be41556b79d186031
Submitter: Jenkins
Branch: master

commit 220d33eb592dc950f348e89be41556b79d186031
Author: Ramana Raja <email address hidden>
Date: Thu Jan 29 10:11:07 2015 +0530

    driver: Fix ganesha config option registry

    To register the ganesha config options, the initialization method of
    the ShareDriver class incorrectly calls the ExecuteMixin class's
    init_execute_mixin() method. Instead call GaneshaMixin's
    init_ganesha_mixin() method.

    Change-Id: Iafbdcf7ff1701f95e62f444602a5a2d38ad82938
    Closes-Bug: #1415738