Merge "Fix overcloud host image resolv workaround on CentOS 8.3"

This commit is contained in:
Zuul 2021-01-18 15:28:47 +00:00 committed by Gerrit Code Review
commit e96bd3309a
2 changed files with 7 additions and 1 deletions

@ -20,7 +20,7 @@
--connection local
--become
-m dnf
-a "name=libguestfs-tools state=present"'
-a "name=libgcrypt,libgcrypt-devel,libguestfs-tools state=present"'
- name: Ensure the overcloud host image has bogus name server entries removed
command: >

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with the ``kayobe seed service deploy`` command on CentOS
8.3 release. See `story 2008430
<https://storyboard.openstack.org/#!/story/2008430>`__ for details.