diff options
Diffstat (limited to 'xci/playbooks/roles/prepare-functest/templates/env.j2')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/env.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/env.j2 b/xci/playbooks/roles/prepare-functest/templates/env.j2 index b928accd..87093325 100644 --- a/xci/playbooks/roles/prepare-functest/templates/env.j2 +++ b/xci/playbooks/roles/prepare-functest/templates/env.j2 @@ -1,4 +1,4 @@ INSTALLER_TYPE=osa INSTALLER_IP=192.168.122.2 -EXTERNAL_NETWORK="{{ external_network }}" +EXTERNAL_NETWORK={{ external_network }} DEPLOY_SCENARIO="os-nosdn-nofeature-noha" |