Skip to content

Commit 3f7f92a

Browse files
committed
verbose
1 parent 3d68f35 commit 3f7f92a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/store-openstack-capi-image-safespring.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
env:
3737
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.SAFESPRING_APPLICATION_CREDENTIAL_ID }}
3838
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.SAFESPRING_APPLICATION_CREDENTIAL_SECRET }}
39-
OS_AUTH_URL: " https://v2.dashboard.sto1.safedc.net:5000/v3/ "
40-
OS_AUTH_VERSION: "v3applicationcredential"
39+
OS_AUTH_URL: "https://v2.dashboard.sto1.safedc.net:5000/v3/"
40+
OS_AUTH_TYPE: "v3applicationcredential"
4141
OS_IDENTITY_API_VERSION: "3"
4242
OS_INTERFACE: "public"
4343
OS_REGION_NAME: "sto1"
@@ -47,5 +47,5 @@ jobs:
4747
image_name=ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
4848
image_path=./ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
4949
50-
openstack image create --disk-format qcow2 "${image_create_extra_vars[@]}" --file "${image_path}" --shared --progress "${image_name}"
50+
openstack image create --verbose --disk-format qcow2 "${image_create_extra_vars[@]}" --file "${image_path}" --shared --progress "${image_name}"
5151

0 commit comments

Comments
 (0)