X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-openstack-heat.yaml;h=0797e34f393f479b7e4df86191ee18f97a543af7;hb=d1e8579fac0f3a0aeba74f70b27a06ab3fdad54f;hp=ee60fe268a4f3fe472fa71a02c50dc87a777fec9;hpb=3957e7acf87be74dbfaccee20400b6f401a568a3;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-openstack-heat.yaml b/jjb/lf-openstack-heat.yaml index ee60fe26..0797e34f 100644 --- a/jjb/lf-openstack-heat.yaml +++ b/jjb/lf-openstack-heat.yaml @@ -11,7 +11,7 @@ - config-file-provider: files: - file-id: clouds-yaml - target: '$HOME/.config/openstack/clouds.yaml' + target: "$HOME/.config/openstack/clouds.yaml" - shell: !include-raw: ../shell/openstack-stack-parameters.sh - shell: !include-raw-escape: ../shell/openstack-stack-create.sh - shell: !include-raw-escape: ../shell/openstack-stack-copy-ssh-keys.sh @@ -35,9 +35,6 @@ - config-file-provider: files: - file-id: clouds-yaml - target: '$HOME/.config/openstack/clouds.yaml' - - shell: | - #!/bin/bash -l - echo "Deleting $OS_STACK_NAME" - lftools openstack --os-cloud "$OS_CLOUD" stack delete "$OS_STACK_NAME" + target: "$HOME/.config/openstack/clouds.yaml" + - shell: !include-raw-escape: ../shell/openstack-stack-delete.sh mark-unstable-if-failed: false