From 2c403d89fa3af67c36ff0e37f9dfafbf7dc5103f Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 25 Nov 2014 15:14:03 -0500 Subject: 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 --- compute.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'compute.yaml') diff --git a/compute.yaml b/compute.yaml index e3f44700..3095a7af 100644 --- a/compute.yaml +++ b/compute.yaml @@ -114,8 +114,6 @@ parameters: scripts or be sure to keep 'datacentre' as a mapping network name. type: string default: "" - NeutronDSN: - type: string NeutronEnableTunnelling: type: string default: "True" @@ -273,7 +271,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: [NovaCompute, networks, ctlplane, 0]} neutron_tenant_network_type: {get_param: NeutronNetworkType} neutron_tunnel_types: {get_param: NeutronTunnelTypes} -- cgit 1.2.3-korg