Fix httpd dir create to not error if exists
authorPradeep Kilambi <pkilambi@redhat.com>
Thu, 2 Mar 2017 16:53:26 +0000 (11:53 -0500)
committerPradeep Kilambi <pkilambi@redhat.com>
Fri, 3 Mar 2017 12:58:37 +0000 (12:58 +0000)
commit9bbd43b3e777dda0af430699cc840e866f868935
tree57e72b309580d0cf55d398cba40e398c6fc1d869
parent941ddf800348ad858d4744d97f910cfb8e94d982
Fix httpd dir create to not error if exists

In cases where /var/log/httpd already exists, this exits with error
code 1.

$ sudo docker logs keystone-init-log
mkdir: cannot create directory '/var/log/httpd': File exists

Change-Id: I62bf08d9fc9e02d5f3016bd14bb0a090b76ac837
docker/services/keystone.yaml