c8 wallaby: Remove double quotes from container namespace

Commit 12fc4167c7 unexpectedly added
double quotes around the container namespace, which breaks syntax
of container-prepare-parameters.yaml

Closes-Bug: #1978508
Change-Id: If1c9dd18353c22545baa0262d49adb5cca3fd4e5
This commit is contained in:
Takashi Kajinami 2022-06-14 08:53:53 +09:00
parent 12fc4167c7
commit 31a286cb08
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ docker_registry_namespace: >-
{%- if job is defined and job.component is defined -%}
tripleowallabycentos8
{%- else -%}
"tripleo{{ release }}"
tripleo{{ release }}
{%- endif -%}
docker_image_tag: "{{ dlrn_hash|default(dlrn_hash_tag) }}"
docker_openshift_tag: v3.11.0