kolla-build: remove quotes in namespace config

We don't want quotes in inifile.

Change-Id: I2cb8aac75314d1babcec319836aa79313270b679
This commit is contained in:
Emilien Macchi 2019-02-21 08:26:17 -05:00
parent 1541613ad2
commit 33f0539043
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ template_override={{ openstack_git_root }}/tripleo-common/container-images/tripl
rpm_setup_config=http://172.17.0.1/delorean.repo,http://172.17.0.1/delorean-{{ ci_branch }}-testing.repo
push={{ push_containers }}
{% if 'periodic' in zuul.pipeline %}
namespace='tripleomaster'
namespace=tripleomaster
{% else %}
namespace='{{ ci_branch | replace("/", "") }}'
namespace={{ ci_branch | replace("/", "") }}
{% endif %}