Merge "Delete default gnocchi & aodh wsgi conf in Ubuntu binary"
This commit is contained in:
commit
0e766d57ad
@ -12,6 +12,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set aodh_api_packages = ['aodh-api'] %}
|
||||
{% endif %}
|
||||
{{ macros.install_packages(aodh_api_packages | customizable("packages")) }}
|
||||
|
||||
{% if base_package_type == 'deb' %}
|
||||
RUN rm -rf /etc/apache2/sites-enabled/aodh-api.conf
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
COPY extend_start.sh /usr/local/bin/kolla_aodh_extend_start
|
||||
|
@ -15,6 +15,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set gnocchi_api_packages = ['gnocchi-api'] %}
|
||||
{% endif %}
|
||||
{{ macros.install_packages(gnocchi_api_packages | customizable("packages")) }}
|
||||
|
||||
{% if base_package_type == 'deb' %}
|
||||
RUN rm -rf /etc/apache2/sites-enabled/gnocchi-api.conf
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
COPY extend_start.sh /usr/local/bin/kolla_gnocchi_extend_start
|
||||
|
Loading…
Reference in New Issue
Block a user