Set cfg.pool_target.options as secret

Change-Id: Ia6dfa4940568665aa1298a71845fe6b0a4c12e7d
Closes-Bug: 1454175
This commit is contained in:
stanzgy 2015-05-12 17:46:19 +08:00
parent 48e96e1b70
commit 3305c77455

View File

@ -88,7 +88,7 @@ def register_dynamic_pool_options():
pool_target_opts = [
cfg.StrOpt('type'),
cfg.ListOpt('masters', default=[]),
cfg.DictOpt('options', default={}),
cfg.DictOpt('options', default={}, secret=True),
]
for pool_target_id in pool_target_ids: