diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/neutron-gateway.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/neutron-gateway.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/neutron-gateway.yaml b/ci/config_tpl/bundle_tpl/neutron-gateway.yaml index 7b97d478..ab58f5a7 100644 --- a/ci/config_tpl/bundle_tpl/neutron-gateway.yaml +++ b/ci/config_tpl/bundle_tpl/neutron-gateway.yaml @@ -2,6 +2,9 @@ charm: "local:{{ ubuntu.release }}/neutron-gateway" options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" +{% if os.api.worker_multiplier %} + worker-multiplier: {{ os.api.worker_multiplier }} +{% endif %} {% if opnfv.spaces_dict.data is defined %} os-data-network: {{ opnfv.spaces_dict.data.cidr }} {% endif %} |