From f2b2df6676ff5f31e41ef531ea27cf6dc0ac9d9c Mon Sep 17 00:00:00 2001 From: Jianghua Wang Date: Wed, 28 Sep 2016 22:15:17 +0800 Subject: [PATCH] Re-enable ceilometer service after applying some patches Enable the ceilomeer service so that users can choose to use this service. Change-Id: I4cf30ea63cc773e7e05173174b65bcff12d04258 --- plugin_source/components.yaml | 2 -- plugin_source/environment_config.yaml | 1 - 2 files changed, 3 deletions(-) diff --git a/plugin_source/components.yaml b/plugin_source/components.yaml index 4154ec7..a82ed4a 100644 --- a/plugin_source/components.yaml +++ b/plugin_source/components.yaml @@ -12,8 +12,6 @@ description: '' - name: 'additional_service:murano' description: '' - - name: 'additional_service:ceilometer' - description: '' - name: 'additional_service:mongo' description: '' - name: 'additional_service:ironic' diff --git a/plugin_source/environment_config.yaml b/plugin_source/environment_config.yaml index fe2ffeb..c787dc6 100644 --- a/plugin_source/environment_config.yaml +++ b/plugin_source/environment_config.yaml @@ -6,7 +6,6 @@ attributes: - "settings:storage.ephemeral_ceph.value == true" - "settings:additional_components.sahara.value == true" - "settings:additional_components.murano.value == true" - - "settings:additional_components.ceilometer.value == true" - "settings:additional_components.mongo.value == true" - "settings:additional_components.ironic.value == true" group: 'compute'