Fix: config generation
Review https://review.openstack.org/#/c/530865 renamed storage_opt to opts but missed to rename it in muranoagent/opts.py. This patch fixes it. Change-Id: I41f06279147f0d2aafe80efeb1c0e558f2698d5e
This commit is contained in:
parent
5253f40356
commit
cab8de9496
@ -28,7 +28,7 @@ def build_list(opt_list):
|
||||
_opt_lists = [
|
||||
('rabbitmq', muranoagent.common.config.rabbit_opts),
|
||||
(None, build_list([
|
||||
muranoagent.common.config.storage_opt,
|
||||
muranoagent.common.config.opts,
|
||||
]))
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user