Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstack-db-logger
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud-infrastructure
openstack-db-logger
Commits
1f52f139
There was a problem fetching the pipeline summary.
Commit
1f52f139
authored
8 years ago
by
Daniel Fernandez Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Enable Keystone producer secction
parent
6ff6ac20
No related branches found
No related tags found
1 merge request
!25
OS-3803 New 3.0-1 release in testing of dblogger
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dblogger/__init__.py
+2
-2
2 additions, 2 deletions
src/dblogger/__init__.py
with
2 additions
and
2 deletions
src/dblogger/__init__.py
+
2
−
2
View file @
1f52f139
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment