diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-06-14 12:22:50 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-06-28 16:22:20 +0000 |
commit | 47d1794abe3046d683237812cb4c916ab676ace7 (patch) | |
tree | 108fc6c17449f7d953616a4305e41a8f2347529b /docker | |
parent | 9ac589295f199133df8192d67cfe10f011ef08dd (diff) |
Enable nova-api to run over httpd again
This is needed for TLS everywhere.
Change-Id: Iac35b7ddcd8a800901548c75ca8d5083ad17e4d3
Depends-On: I426bfdb9e6c852eb32d10a12e521bb8b47701c41
Diffstat (limited to 'docker')
-rw-r--r-- | docker/services/nova-api.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |