Skip to content

Commit

Permalink
[DNM] patch test neutron
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed Oct 21, 2024
1 parent c030097 commit 1bf1c44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf && sed -i -r 's,^(Listen 443),#\1,' /etc/httpd/conf.d/ssl.conf
- run: sed -i "s/delete', lazy='joined'/delete', lazy='dynamic'/" /usr/lib/python3.9/site-packages/neutron/db/models/securitygroup.py
tcib_packages:
common:
- httpd
Expand Down

0 comments on commit 1bf1c44

Please sign in to comment.