From 84c7b32c41cca4e52e52e144550d5e718bbe62f3 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sun, 7 Dec 2014 15:03:42 -0500 Subject: Don't store Ceilo DB credentials on compute node This patch removes all references to the Ceilometer DSN parameter in the overcloud compute templates. These credentials are not required in order to run the required Ceilometer service/agents. Change-Id: I421ce4fca87ac87dd65ab8bbb20e7ea9be8d9c5d --- compute.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'compute.yaml') diff --git a/compute.yaml b/compute.yaml index 3095a7af..c2e9d218 100644 --- a/compute.yaml +++ b/compute.yaml @@ -15,8 +15,6 @@ parameters: default: '' constraints: - allowed_values: ['', Present] - CeilometerDSN: - type: string CeilometerMeteringSecret: default: unset description: Secret shared by the ceilometer services. @@ -259,7 +257,6 @@ resources: nova_public_ip: {get_param: NovaPublicIP} nova_api_host: {get_param: NovaApiHost} nova_password: {get_param: NovaPassword} - ceilometer_dsn: {get_param: CeilometerDSN} ceilometer_metering_secret: {get_param: CeilometerMeteringSecret} ceilometer_password: {get_param: CeilometerPassword} ceilometer_compute_agent: {get_param: CeilometerComputeAgent} -- cgit 1.2.3-korg