Skip to content

Commit

Permalink
fix: ovs-ovn functional failure for devstack
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudguruab committed May 9, 2024
1 parent 572415b commit 40d1896
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consistency-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
sudo apt install postgresql-common
sudo python -m pip install --upgrade pip
sudo python -m pip install --upgrade virtualenv
sudo python -m pip install ovs
sudo python -m pip install wheel
sudo python -m pip install --upgrade setuptools
- name: Configure podman
Expand Down
2 changes: 1 addition & 1 deletion os_migrate/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tags:
dependencies:
community.crypto: '>=1.4.0'
community.general: '<5.0.0'
openstack.cloud: '>=2.0.0'
openstack.cloud: '<2.0.0'
repository: 'https://github.com/os-migrate/os-migrate'
homepage: 'https://github.com/os-migrate/os-migrate'
issues: 'https://github.com/os-migrate/os-migrate/issues'
6 changes: 3 additions & 3 deletions toolbox/build/venv-requirements-lower-bound.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO: delete file once the bot/run.sh has changes for consolidated matrix.
ansible-core
openstacksdk
python-openstackclient
ansible>=2.9.1,<2.10
openstacksdk>=0.36.0,<0.37
python-openstackclient<5.3.0
2 changes: 1 addition & 1 deletion toolbox/build/venv-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ wheel

# runtime
ansible-core
openstacksdk
openstacksdk<0.99

# test
python-openstackclient
Expand Down

0 comments on commit 40d1896

Please sign in to comment.