Merge "Add httpd packages to ec2api image" into stable/pike

This commit is contained in:
Zuul 2017-11-22 10:41:17 +00:00 committed by Gerrit Code Review
commit ca16d0c828
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
# NOTE (jaosorior): glance-api with TLS everywhere needs these packages.
{% set glance_api_packages_append = ['httpd', 'mod_ssl'] %}
# NOTE (ratailor): ec2-api with TLS needs these packages.
{% set ec2_api_packages_append = ['httpd', 'mod_ssl'] %}
# NOTE (jaosorior): neutron-server with TLS everywhere needs these packages.
{% set neutron_server_packages_append = ['httpd', 'mod_ssl'] %}