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. description: The volumes needed to log to files in the host.
value: &glance_api_volumes value: &glance_api_volumes
- /var/log/containers/glance:/var/log/glance - /var/log/containers/glance:/var/log/glance
- /var/log/containers/httpd/glance-api:/var/log/httpd
docker_config: docker_config:
description: Extra containers needed for logging to files in the host. description: Extra containers needed for logging to files in the host.
value: value:
@ -37,11 +36,10 @@ outputs:
state: directory state: directory
with_items: with_items:
- /var/log/containers/glance - /var/log/containers/glance
- /var/log/containers/httpd/glance-api
- name: glance logs readme - name: glance logs readme
copy: copy:
dest: /var/log/glance/readme.txt dest: /var/log/glance/readme.txt
content: | content: |
Log files from glance containers can be found under 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 ignore_errors: true