Merge "Remove httpd log dir for glance-api"
This commit is contained in:
commit
e3f544d7ee
@ -16,7 +16,6 @@ outputs:
|
||||
description: The volumes needed to log to files in the host.
|
||||
value: &glance_api_volumes
|
||||
- /var/log/containers/glance:/var/log/glance
|
||||
- /var/log/containers/httpd/glance-api:/var/log/httpd
|
||||
docker_config:
|
||||
description: Extra containers needed for logging to files in the host.
|
||||
value:
|
||||
@ -37,11 +36,10 @@ outputs:
|
||||
state: directory
|
||||
with_items:
|
||||
- /var/log/containers/glance
|
||||
- /var/log/containers/httpd/glance-api
|
||||
- name: glance logs readme
|
||||
copy:
|
||||
dest: /var/log/glance/readme.txt
|
||||
content: |
|
||||
Log files from glance containers can be found under
|
||||
/var/log/containers/glance and /var/log/containers/httpd/glance-api.
|
||||
/var/log/containers/glance.
|
||||
ignore_errors: true
|
||||
|
Loading…
Reference in New Issue
Block a user