Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Bump versions (#2)
Browse files Browse the repository at this point in the history
* openstack zed by default
* openstackclient 6.0.0

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 11, 2022
1 parent db04d5f commit 75e5a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Test

"on":
pull_request:
push:
branches:
- main
Expand All @@ -13,5 +14,5 @@ jobs:
- uses: actions/checkout@v3
- uses: osism/openstack-action@main
- uses: actions/setup-python@v4
- run: pip3 install python-openstackclient==5.8.0
- run: pip3 install python-openstackclient==6.0.0
- run: openstack --os-cloud openstack catalog list
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
release:
description: OpenStack release
required: true
default: yoga
default: zed
services:
description: OpenStack services to provide
required: true
Expand Down

0 comments on commit 75e5a4e

Please sign in to comment.