aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-27 14:21:00 +0000
committerGerrit Code Review <review@openstack.org>2015-04-27 14:21:00 +0000
commit645b447b86ef9dbc37c46958b3e08b3ac65e3762 (patch)
tree1f9d187a131812f59142afdd7f36f5d49475011a /compute.yaml
parent476a1b347d85c5fb119d428159e9dcd498f0bbd3 (diff)
parent95889dd4ee035d466eb9e5b26a1f2a75ce7847d7 (diff)
Merge "Make all default values match overcloud defaults"
Diffstat (limited to 'compute.yaml')
-rw-r--r--compute.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compute.yaml b/compute.yaml
index 2454b89d..f7e434f5 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -110,13 +110,13 @@ parameters:
network) - if changing this either use different post-install network
scripts or be sure to keep 'datacentre' as a mapping network name.
type: string
- default: ""
+ default: "datacentre:br-ex"
NeutronEnableTunnelling:
type: string
default: "True"
NeutronFlatNetworks:
type: string
- default: ''
+ default: 'datacentre'
description: >
If set, flat networks to configure in neutron plugins.
NeutronHost: