Skip to content

Commit

Permalink
Bump EmilienM/devstack-action from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Bumps [EmilienM/devstack-action](https://github.com/EmilienM/devstack-action) from 0.7 to 0.8.
- [Release notes](https://github.com/EmilienM/devstack-action/releases)
- [Commits](EmilienM/devstack-action@v0.7...v0.8)

---
updated-dependencies:
- dependency-name: EmilienM/devstack-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent 9119080 commit 1470f5c
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
enabled_services: 's-account,s-container,s-object,s-proxy'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-blockstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-clustering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-containerinfra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-imageservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-keymanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
- name: Checkout go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-sharedfilesystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v3
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.7
uses: EmilienM/devstack-action@v0.8
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down

0 comments on commit 1470f5c

Please sign in to comment.