aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-12-07 15:03:42 -0500
committerDan Prince <dprince@redhat.com>2014-12-08 08:35:23 -0500
commit84c7b32c41cca4e52e52e144550d5e718bbe62f3 (patch)
treee88915bcc21733ab20432ccf8c057b4834a3711b /compute.yaml
parent2c403d89fa3af67c36ff0e37f9dfafbf7dc5103f (diff)
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
Diffstat (limited to 'compute.yaml')
-rw-r--r--compute.yaml3
1 files changed, 0 insertions, 3 deletions
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}