diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/neutron-api.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/neutron-api.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/neutron-api.yaml b/ci/config_tpl/bundle_tpl/neutron-api.yaml index 807d9f42..0ae0a97d 100644 --- a/ci/config_tpl/bundle_tpl/neutron-api.yaml +++ b/ci/config_tpl/bundle_tpl/neutron-api.yaml @@ -3,7 +3,11 @@ num_units: {{ unit_qty() }} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" + region: {{ os.region }} neutron-security-groups: true +{% if os.api.worker_multiplier %} + worker-multiplier: {{ os.api.worker_multiplier }} +{% endif %} {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.neutron }} {% endif %} @@ -21,6 +25,12 @@ {% if os.beta.public_api %} os-public-hostname: api.{{ opnfv.domain }} {% endif %} +{% if os.network.dvr %} + enable-dvr: true +{% endif %} +{% if os.network.l2_population %} + l2-population: true +{% endif %} to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" |