Merge "Fix resolution of tripleo_ceph_deploy_container_namespace"

This commit is contained in:
Zuul 2022-09-13 09:50:31 +00:00 committed by Gerrit Code Review
commit eb6c099fb5
1 changed files with 1 additions and 1 deletions

View File

@ -136,4 +136,4 @@
tripleo_ceph_deploy_generate_scripts: true
tripleo_ceph_deploy_network_data: "{{ network_data }}"
tripleo_ceph_deploy_cluster_network_name: storage
tripleo_ceph_deploy_container_namespace: "{{ (standalone_container_ceph_updates|bool) | ternary(docker_ceph_namespace, 'quay.rdoproject.org/tripleo{{ release }}centos9') }}"
tripleo_ceph_deploy_container_namespace: "{{ (standalone_container_ceph_updates|bool) | ternary(docker_ceph_namespace, 'quay.rdoproject.org/tripleo' + release + 'centos9') }}"