We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8156c8 commit fd49ab9Copy full SHA for fd49ab9
.github/workflows/store-openstack-capi-image-elastx.yml
@@ -30,14 +30,14 @@ jobs:
30
- name: install deps
31
run: |
32
sudo apt update && \
33
- sudo apt upgrade -y && \
34
sudo apt install -y python3-openstackclient
35
36
- name: store image
37
env:
38
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.ELASTX_APPLICATION_CREDENTIAL_ID }}
39
OS_APPLICATION_CREDENTIAL_PASSWORD: ${{ secrets.ELASTX_APPLICATION_CREDENTIAL_PASSWORD }}
40
OS_AUTH_URL: "https://ops.elastx.cloud:5000/v3"
+ OS_AUTH_TYPE: "v3applicationcredential"
41
OS_IDENTITY_API_VERSION: "3"
42
OS_INTERFACE: "public"
43
OS_REGION_NAME: "se-sto"
0 commit comments