Comment 2 for bug 1236459

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

Reviewed: https://review.openstack.org/50134
Committed: http://github.com/openstack/cinder/commit/5c321d758c9718d7dde555316ac4fbd2f7acf424
Submitter: Jenkins
Branch: master

commit 5c321d758c9718d7dde555316ac4fbd2f7acf424
Author: Dan Prince <email address hidden>
Date: Mon Oct 7 12:41:28 2013 -0400

    Drop conf_key_mgr warning message!

    By default ConfKeyManager logs tons of WARNING message stating
    that it isn't production ready...

    Given that it is currently the only Cinder key manager option
    which can be used/selected I don't think repeatedly logging
    warnings is helpful. Lets just drop the warning message
    for now and when a good "production ready" cinder key manager
    implementation is implemented perhaps we can re-add a warning to
    this class (hopefully making the production ready impl the default).

    Change-Id: Id1fdddc20a963f9fa4749ad57f355cd83d0e14e3
    Closes-Bug: #1236459