From 8568de47d56d2726335226619fe321372e2d9e4d Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Fri, 13 Jan 2017 12:15:29 -0500 Subject: Add a environment file to disable ceilo api Use the standard composable interface to disable ceilo api instead of using a separate flag. Closes-bug: #1656364 Change-Id: I67900f7e6816212831aea8ed18f323652857fbd3 --- capabilities-map.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'capabilities-map.yaml') diff --git a/capabilities-map.yaml b/capabilities-map.yaml index ae747621..f4dc80fa 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -160,6 +160,16 @@ topics: description: Deploy Mistral service requires: - overcloud-resource-registry-puppet.yaml + - title: Ceilometer Api + description: + environments: + - file: environments/services/disable-ceilometer-api.yaml + title: Ceilometer Api + description: Disable Ceilometer Api service. This service is + deprecated and will be removed in future releases. Please move + to using gnocchi/aodh/panko apis instead. + requires: + - overcloud-resource-registry-puppet.yaml # - title: Network Interface Configuration # description: -- cgit 1.2.3-korg