]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Drop conf_key_mgr warning message!
authorDan Prince <dprince@redhat.com>
Mon, 7 Oct 2013 16:41:28 +0000 (12:41 -0400)
committerDan Prince <dprince@redhat.com>
Mon, 7 Oct 2013 18:08:17 +0000 (14:08 -0400)
commit5c321d758c9718d7dde555316ac4fbd2f7acf424
treeab5a3916277f5b43f63cef5fa50e2970e52e7957
parent3cd27defb1c820ceadd8bbc6bfd5a405a7376cdb
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
cinder/keymgr/conf_key_mgr.py