diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-12-23 17:30:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-12-23 17:30:28 +0000 |
commit | 26c80ee53dfe2b8e6baa149a4a9be3f1222aade7 (patch) | |
tree | 214c1763a339e9ff33f8a3dfa67bc20affa3c3a6 /nova-compute-instance.yaml | |
parent | 9df1991a80724f3179475cb9d561bfadb749822e (diff) | |
parent | dfec68afbe99d7bba43b62304b220d8a238a8730 (diff) |
Merge "Don't store Nova DB credentials on compute nodes"
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 2d8168a8..9a9f40db 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -153,8 +153,6 @@ parameters: NovaComputeLibvirtType: type: string default: '' - NovaDSN: - type: string NovaImage: type: string default: overcloud-compute @@ -211,7 +209,6 @@ resources: input_values: 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} |