aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-11-25 15:02:00 -0500
committerDan Prince <dprince@redhat.com>2014-12-08 08:34:42 -0500
commitdfec68afbe99d7bba43b62304b220d8a238a8730 (patch)
treec0410eb1ef5ee3bfa25511101784573e32c30241 /compute.yaml
parentb91f8cd4928d82a84ac291cd5320b9952a01c4ae (diff)
Don't store Nova DB credentials on compute nodes
Remove NovaDSN from overcloud compute. When using the Conductor the Nova compute service does not need access to the database. This patch removes all references to the Nova DSN in the overcloud compute templates. Change-Id: If75f480489b84002dd061c183dbee3572a8b63f1
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 45e1c87f..e3f44700 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -196,8 +196,6 @@ parameters:
NovaComputeLibvirtType:
type: string
default: ''
- NovaDSN:
- type: string
NovaPassword:
default: unset
description: The password for the nova service account, used by nova-api.
@@ -260,7 +258,6 @@ resources:
debug: {get_param: Debug}
nova_compute_driver: {get_param: NovaComputeDriver}
nova_compute_libvirt_type: {get_param: NovaComputeLibvirtType}
- nova_dsn: {get_param: NovaDSN}
nova_public_ip: {get_param: NovaPublicIP}
nova_api_host: {get_param: NovaApiHost}
nova_password: {get_param: NovaPassword}