summaryrefslogtreecommitdiffstats
path: root/apex/overcloud
diff options
context:
space:
mode:
authorRicardo Noriega <rnoriega@redhat.com>2018-01-18 18:25:27 +0100
committerTim Rozet <trozet@redhat.com>2018-02-07 19:11:29 +0000
commit804160f8ec597ee23a5b5ac18ec6d672586b37b4 (patch)
tree7326601544f53b07cfb8c5e04c5be3fcf64a2a65 /apex/overcloud
parent50f1d92e0aa0e5720adc44f23ed59a4cfc1c4b58 (diff)
Adding L2GW Scenario
This scenario allows you to install L2GW Neutron driver and point to OpenDaylight as service provider. apex-tripleo-heat-templates: I37039207bc7cf9965d26e6dfa034e84bf9b7224d Change-Id: I0dfd37bcc5060f0ad8caa95e1f87a7411bd6e723 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'apex/overcloud')
-rw-r--r--apex/overcloud/deploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/overcloud/deploy.py b/apex/overcloud/deploy.py
index f988cf3d..19d46e15 100644
--- a/apex/overcloud/deploy.py
+++ b/apex/overcloud/deploy.py
@@ -38,6 +38,7 @@ SDN_FILE_MAP = {
'dvr': 'neutron-opendaylight-fdio-dvr.yaml',
'default': 'neutron-opendaylight-honeycomb.yaml'
},
+ 'l2gw': 'neutron-l2gw-opendaylight.yaml',
'default': 'neutron-opendaylight.yaml',
},
'onos': {