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 69c5f60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/consistency-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ jobs:
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 --upgrade setuptools
sudo python -m pip install --upgrade setuptools --force
sudo apt install openvswitch-switch
sudo apt install openvswitch-common
- name: Configure podman
run: |
Expand Down
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.101.0 # https://github.com/openstack-archive/tripleo-quickstart/commit/e178f95290b2bf2bd2c2f604c49845326c869af1
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.101.0 # testing incremental bumps

# test
python-openstackclient
Expand Down

0 comments on commit 69c5f60

Please sign in to comment.