Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
e80b877d
Commit
e80b877d
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Specify log file name for Nova API"
parents
e5fa78fe
76d4a054
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/nova/templates/nova.conf.j2
+4
-1
4 additions, 1 deletion
ansible/roles/nova/templates/nova.conf.j2
releasenotes/notes/bugfix-nova-api-log-file-name-9a377525e73012de.yaml
+7
-0
7 additions, 0 deletions
...notes/bugfix-nova-api-log-file-name-9a377525e73012de.yaml
with
11 additions
and
1 deletion
ansible/roles/nova/templates/nova.conf.j2
+
4
−
1
View file @
e80b877d
...
...
@@ -2,9 +2,12 @@
[DEFAULT]
debug = {{ nova_logging_debug }}
log_dir = /var/log/kolla/nova
{% if service_name == "nova-super-conductor" %}
log_file = /var/log/kolla/nova/nova-super-conductor.log
{% elif service_name == "nova-api" %}
log_file = /var/log/kolla/nova/nova-api.log
{% else %}
log_dir = /var/log/kolla/nova
{% endif %}
state_path = /var/lib/nova
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/bugfix-nova-api-log-file-name-9a377525e73012de.yaml
0 → 100644
+
7
−
0
View file @
e80b877d
---
fixes
:
-
|
Fixes an issue where the Nova API logs were written to
files ending with `-wsgi.log` which affected the processing of
these logs in the Fluentd pipeline.
`LP#1950185 <https://bugs.launchpad.net/kolla-ansible/+bug/1950185>`__
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