Merge "Remove httpd log dir for glance-api"

This commit is contained in:
Zuul 2017-11-28 21:28:15 +00:00 committed by Gerrit Code Review
commit e3f544d7ee
1 changed files with 1 additions and 3 deletions

View File

@ -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