Comment 16 for bug 1230066

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

Reviewed: https://review.openstack.org/48528
Committed: http://github.com/openstack/cinder/commit/09f2bea49b853c327762d122d6d9e18f62aed31f
Submitter: Jenkins
Branch: master

commit 09f2bea49b853c327762d122d6d9e18f62aed31f
Author: John Griffith <email address hidden>
Date: Thu Sep 26 15:23:01 2013 -0600

    Remove need for CONF acces in brick iscsi

    At some point we'd like brick to be a standalone lib,
    and as such we don't want to have a requirement for
    CONF files and having duplicate conf entries across
    projects.

    The better approach would be to let the projects decide
    what they want to use, and how they want defaults to be set
    and then pass those settings in via __init__ or when calling
    the methods that need them.

    Partial-Bug: #1230066

    Change-Id: Ib108f1abb2948cb896bdad58070daa7a725a205d