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 7930f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tcib_packages:
- dosfstools
- e2fsprogs
- gdisk
- inotify-tools
- ipmitool
- openssh-clients
- openstack-ironic-conductor
Expand Down
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 7930f6d

Please sign in to comment.