aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-23 17:30:28 +0000
committerGerrit Code Review <review@openstack.org>2014-12-23 17:30:28 +0000
commit26c80ee53dfe2b8e6baa149a4a9be3f1222aade7 (patch)
tree214c1763a339e9ff33f8a3dfa67bc20affa3c3a6 /compute.yaml
parent9df1991a80724f3179475cb9d561bfadb749822e (diff)
parentdfec68afbe99d7bba43b62304b220d8a238a8730 (diff)
Merge "Don't store Nova DB credentials on compute nodes"
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 145b61c3..82698751 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -195,8 +195,6 @@ parameters:
NovaComputeLibvirtType:
type: string
default: ''
- NovaDSN:
- type: string
NovaPassword:
default: unset
description: The password for the nova service account, used by nova-api.
@@ -272,7 +270,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}