From 47d1794abe3046d683237812cb4c916ab676ace7 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 14 Jun 2017 12:22:50 +0300 Subject: Enable nova-api to run over httpd again This is needed for TLS everywhere. Change-Id: Iac35b7ddcd8a800901548c75ca8d5083ad17e4d3 Depends-On: I426bfdb9e6c852eb32d10a12e521bb8b47701c41 --- docker/services/nova-api.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker/services/nova-api.yaml') diff --git a/docker/services/nova-api.yaml b/docker/services/nova-api.yaml index c97f45de..c163d7ef 100644 --- a/docker/services/nova-api.yaml +++ b/docker/services/nova-api.yaml @@ -62,6 +62,9 @@ outputs: map_merge: - get_attr: [NovaApiBase, role_data, config_settings] - apache::default_vhost: false + nova_wsgi_enabled: false + nova::api::service_name: '%{::nova::params::api_service_name}' + nova::wsgi::apache_api::ssl: false step_config: &step_config list_join: - "\n" -- cgit 1.2.3-korg