File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments