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 /overcloud-source.yaml | |
parent | 9df1991a80724f3179475cb9d561bfadb749822e (diff) | |
parent | dfec68afbe99d7bba43b62304b220d8a238a8730 (diff) |
Merge "Don't store Nova DB credentials on compute nodes"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r-- | overcloud-source.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 66c782cd..ba41bcb8 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -418,18 +418,12 @@ resources: NeutronHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} GlanceHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} RabbitHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} - NovaDSN: - Fn::Join: - - '' - - - mysql://nova:unset@ - - &compute_database_host {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} - - /nova NovaPublicIP: {get_attr: [PublicVirtualIP, fixed_ips, 0, ip_address]} CeilometerDSN: Fn::Join: - '' - - mysql://ceilometer:unset@ - - *compute_database_host + - &compute_database_host {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} - /ceilometer NeutronDSN: Fn::Join: |