summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/neutron-gateway.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/neutron-gateway.yaml')
-rw-r--r--ci/bundle_tpl/neutron-gateway.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/bundle_tpl/neutron-gateway.yaml b/ci/bundle_tpl/neutron-gateway.yaml
index c5678a0f..6b7d19a1 100644
--- a/ci/bundle_tpl/neutron-gateway.yaml
+++ b/ci/bundle_tpl/neutron-gateway.yaml
@@ -1,6 +1,11 @@
neutron-gateway:
charm: "local:{{ ubuntu.release }}/neutron-gateway"
options:
+{% if opnfv.spaces_dict.data is defined %}
+ os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% else %}
+ #os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% endif %}
{% if opnfv.ext_port is defined %}
ext-port: {{ opnfv.ext_port }}
{% endif %}