Merge "add-disk: Ensure key-manager config is passed to osdize"

This commit is contained in:
Zuul 2018-07-10 11:50:27 +00:00 committed by Gerrit Code Review
commit 09cdf2d099
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ def add_device(request, device_path, bucket=None):
ceph_hooks.get_journal_devices(),
hookenv.config('ignore-device-errors'),
hookenv.config('osd-encrypt'),
hookenv.config('bluestore'))
hookenv.config('bluestore'),
hookenv.config('osd-encrypt-keymanager'))
# Make it fast!
if hookenv.config('autotune'):
ceph.utils.tune_dev(dev)