Fix placement-api WSGI error

RDO is packaging placement-api with bundled httpd config
and it conflicts with kolla-ansible generated one.

Change-Id: I018a4ed1b2282e8a789b63e3893e61db2fde8cf2
This commit is contained in:
Michal Nasiadka 2019-03-21 09:49:11 +01:00
parent 06242ea22b
commit 779a8013c1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}{% endif %},
{
"source": "{{ container_config_directory }}/placement-api-wsgi.conf",
"dest": "/etc/{{ apache_conf_dir }}/placement-api-wsgi.conf",
"dest": "/etc/{{ apache_conf_dir }}/00-placement-api.conf",
"owner": "placement",
"perm": "0600"
},