rename web_app placement-api to nova-placement-api to align with package

* The nova-placement-api package creates a "nova-placement-api.conf" in
apache2 sites-available, which currently leads to two conflicting
configurations (our "placement-api.conf" and the one from the package
"nova-placement-api.conf"). With this change the
"nova-placement-api.conf" will be replaced with our version of it.

Change-Id: I8ee7f190a6d73cace60a5fcd6b58d6b4e0288a95
This commit is contained in:
Jan Klare 2017-12-13 10:48:07 +01:00 committed by Roger Luethi
parent b1f166b674
commit 1033a5f7e7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ end
bind_service = node['openstack']['bind_service']['all']['placement-api']
web_app 'placement-api' do
web_app 'nova-placement-api' do
template 'wsgi-template.conf.erb'
daemon_process 'placement-api'
server_host bind_service['host']