Overwrite nova placement with stub for docker

This updates kolla config to overwrite the stock
version with the puppet-nova generated mock.

Depends-On: Ie16a60c604ecf9f4012b0630f91e6ece2b6855db

Change-Id: I320f024adc88102ea24c0212702fe2dce826874f
Closes-bug: #440612
This commit is contained in:
Dan Prince 2017-03-02 12:41:30 -05:00
parent b6c74c47aa
commit c68704b4b0
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ outputs:
owner: root
perm: '0644'
source: /var/lib/kolla/config_files/src/etc/httpd/conf.d/10-placement_wsgi.conf
# puppet generates a stubbed out version of the stock one so we
# copy it in to overwrite the existing one
- dest: /etc/httpd/conf.d/00-nova-placement-api.conf
owner: root
perm: '0644'
source: /var/lib/kolla/config_files/src/etc/httpd/conf.d/00-nova-placement-api.conf
- dest: /etc/httpd/conf/httpd.conf
owner: root
perm: '0644'