diff options
author | rabi <ramishra@redhat.com> | 2017-10-27 12:57:24 +0530 |
---|---|---|
committer | rabi <ramishra@redhat.com> | 2018-01-28 09:11:17 +0530 |
commit | 6d55417f80384ead56e176beec9e2fc4eb162d61 (patch) | |
tree | a14168ea189e69aaf669294ef92b1aebb55bc769 /setup.cfg | |
parent | 3057168f5ff38c934ace001bca7170357026f8c3 (diff) | |
download | heat-6d55417f80384ead56e176beec9e2fc4eb162d61.tar.gz |
Remove CloudWatch API
This patch removes the API, the next set of patches in the
series would remove stack watch service and related
WatchRule implementation.
Change-Id: I8b0472be862907298c8da51f435b5d8b19610ec3
Partial-Bug: #1743707
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,14 +37,12 @@ console_scripts = heat-all = heat.cmd.all:main heat-api = heat.cmd.api:main heat-api-cfn = heat.cmd.api_cfn:main - heat-api-cloudwatch = heat.cmd.api_cloudwatch:main heat-engine = heat.cmd.engine:main heat-manage = heat.cmd.manage:main wsgi_scripts = heat-wsgi-api = heat.httpd.heat_api:init_application heat-wsgi-api-cfn = heat.httpd.heat_api_cfn:init_application - heat-wsgi-api-cloudwatch = heat.httpd.heat_api_cloudwatch:init_application oslo.config.opts = heat.common.config = heat.common.config:list_opts |