Remove heat-api-cloudwatch image

In 6d55417f80384ead56e176beec9e2fc4eb162d61 cloudwatch api
has been removed from heat.

Change-Id: I70cb2aec7f262ab3a4afc383b502c6fed68ce01c
Related-Bug: #1747294
This commit is contained in:
rabi 2018-02-05 10:28:53 +05:30 committed by Rabi Mishra
parent ad80bfd069
commit c9557cb349
2 changed files with 4 additions and 20 deletions

View File

@ -1,20 +0,0 @@
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% block heat_api_cloudwatch_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set heat_api_cloudwatch_packages = ['openstack-heat-api-cloudwatch'] %}
{% elif base_distro in ['ubuntu'] %}
{% set heat_api_cloudwatch_packages = ['heat-api-cloudwatch'] %}
{% endif %}
{{ macros.install_packages(heat_api_cloudwatch_packages | customizable("packages")) }}
{% endif %}
{% block heat_api_cloudwatch_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER heat

View File

@ -0,0 +1,4 @@
---
deprecations:
- remove heat-api-cloudwatch image, as it is removed from heat code
base.