diff options
Diffstat (limited to 'ci/bundle_tpl/neutron-ovs.yaml')
-rw-r--r-- | ci/bundle_tpl/neutron-ovs.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/bundle_tpl/neutron-ovs.yaml b/ci/bundle_tpl/neutron-ovs.yaml index c0d34689..6233421c 100644 --- a/ci/bundle_tpl/neutron-ovs.yaml +++ b/ci/bundle_tpl/neutron-ovs.yaml @@ -3,6 +3,8 @@ 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 os.network.dpdk %} enable-dpdk: true |