aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-23 17:30:45 +0000
committerGerrit Code Review <review@openstack.org>2014-12-23 17:30:45 +0000
commit733339df912c2d8a488c2e823c83904febed8581 (patch)
tree988996ad0fed64b57b95f91bf3328d895a4702f8 /compute.yaml
parent26c80ee53dfe2b8e6baa149a4a9be3f1222aade7 (diff)
parent2c403d89fa3af67c36ff0e37f9dfafbf7dc5103f (diff)
Merge "Don't store Neutron DB credentials on compute node"
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 82698751..c0a69afe 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -113,8 +113,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"
@@ -285,7 +283,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}