From 1033a5f7e74c1758b19d4e36d8f41d6315291302 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Wed, 13 Dec 2017 10:48:07 +0100 Subject: [PATCH] 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 --- recipes/placement_api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/placement_api.rb b/recipes/placement_api.rb index b2c94f12..18249bae 100644 --- a/recipes/placement_api.rb +++ b/recipes/placement_api.rb @@ -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']