From f705d90166d92ff7e3fd57dad84e5790260bf6bf Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 14 Apr 2021 11:09:11 +1000 Subject: [PATCH] Fix typo on OSU OSL password template Change-Id: I738b78321fb855eb84435be9af80a112b39a3aec --- playbooks/templates/clouds/bridge_all_clouds.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 b/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 index f4da655c5d..01bd0b140e 100644 --- a/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 +++ b/playbooks/templates/clouds/bridge_all_clouds.yaml.j2 @@ -261,6 +261,6 @@ clouds: username: '{{ clouds.opendevzuul_osuosl_username }}' password: '{{ clouds.opendevzuul_osuosl_password }}' project_name: 'opendevzuul' - project_id: '{ clouds.opendevci_osuosl_project_id }}' + project_id: '{{ clouds.opendevci_osuosl_project_id }}' user_domain_name: "Default" identity_api_version: 3