kayobe/releasenotes/notes/configdrive-vlans-4e8b6ed07b229233.yaml
Mark Goddard bc0885f539 Fix seed VM configdrive when admin network is a VLAN
The jriguera.configdrive role does not add VLAN=yes to the ifcfg script
of a VLAN interface on the seed VM, unless type=vlan is passed in the
network device list. This change passes this field for VLAN interfaces.

Depends on https://github.com/jriguera/ansible-role-configdrive/pull/11

Change-Id: I6946b578f23843dd3cbafcb185b8d8cfbb00c080
Story: 2008089
Task: 40790
2021-10-05 15:45:00 +01:00

7 lines
193 B
YAML

---
fixes:
- |
Fixes an issue with the seed's configdrive when the admin network is a
VLAN. See `story 2008089
<https://storyboard.openstack.org/#!/story/2008089>`__ for details.