diff options
author | Dan Prince <dprince@redhat.com> | 2014-11-25 15:14:03 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-12-08 08:35:21 -0500 |
commit | 2c403d89fa3af67c36ff0e37f9dfafbf7dc5103f (patch) | |
tree | 0ea60e16c9703b10e0781303e4f36b8863001154 /nova-compute-instance.yaml | |
parent | dfec68afbe99d7bba43b62304b220d8a238a8730 (diff) |
Don't store Neutron DB credentials on compute node
This patch removes all references to the Neutron DSN parameter
in the overcloud compute templates. These credentials
are not required in order to run the required Neutron
services.
Change-Id: I0691f43bd2ce85bec0d68ab979136414f0610c61
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 55f3a04b..acfed21d 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -93,8 +93,6 @@ parameters: type: string NeutronBridgeMappings: type: string - NeutronDSN: - type: string NeutronEnableTunnelling: type: string NeutronFlatNetworks: @@ -223,7 +221,6 @@ resources: keystone_host: {get_param: KeystoneHost} neutron_flat_networks: {get_param: NeutronFlatNetworks} neutron_host: {get_param: NeutronHost} - neutron_dsn: {get_param: NeutronDSN} neutron_local_ip: {get_attr: [NovaCompute0, networks, ctlplane, 0]} neutron_tenant_network_type: {get_param: NeutronNetworkType} neutron_tunnel_types: {get_param: NeutronTunnelTypes} |