Add --disable-protected-resource-types to extra_args

Removing duplicate exatr_args from cloud
provider settings will allow this extra_args
definition to take.

Related patch:
https://review.opendev.org/c/openstack/tripleo-ci/+/811176

Change-Id: Ic21c8101a669a9c917d49177bcd0f38fdd5e674d
Related-Bug: #1943579
This commit is contained in:
Ronelle Landy 2021-09-27 11:52:50 -04:00
parent 37111b5429
commit 0a513f6984
1 changed files with 2 additions and 5 deletions

View File

@ -36,12 +36,9 @@ telemetry_args: >-
{% endif %}
extra_args: >-
{% if release == 'pike' -%}
-e {{ overcloud_templates_path }}/environments/services-docker/neutron-ovn.yaml
{%- elif release in ['queens'] -%}
-e {{ overcloud_templates_path }}/environments/services/neutron-ovn-ha.yaml
{%- else -%}
-e {{ overcloud_templates_path }}/environments/services/neutron-ovs.yaml
{% if release not in ['train','ussuri','victoria'] -%}
--disable-protected-resource-types
{%- endif -%}
composable_roles: true