Skip to content
Snippets Groups Projects
Commit 1f52f139 authored by Daniel Fernandez Rodriguez's avatar Daniel Fernandez Rodriguez
Browse files

Enable Keystone producer secction

parent 6ff6ac20
No related branches found
No related tags found
1 merge request!25OS-3803 New 3.0-1 release in testing of dblogger
Pipeline #
......@@ -33,8 +33,8 @@ def run_producer(section, configs):
NovaCell(run_producer.queue, section, configs).run()
elif "cell_top" in section:
NovaTop(run_producer.queue, section, configs).run()
#elif "keystone" in section:
# Keystone(run_producer.queue, section, configs).run()
elif "keystone" in section:
Keystone(run_producer.queue, section, configs).run()
elif "cinder" in section:
Cinder(run_producer.queue, section, configs).run()
elif "glance" in section:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment