sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #08995
[Merge] ~lloydwaltersj/maas:backport-1807725-3.2 into maas:3.2
The proposal to merge ~lloydwaltersj/maas:backport-1807725-3.2 into maas:3.2 has been updated.
Commit message changed to:
Fix incorrect hostname from interface name
MAAS currently creates a DNS record for each interface in a host
by simply using its interface name. Whenever an interface has the
'_' character, the code uses it anyway, which is currently breaking
bind as this character is not allowed on domain names.
This patch fixes that by verifying it and replacing the incorrect
character.
LP: #1807725
(cherry picked from commit 83b123eb37b88dd0b9974bed9ee4352474ddd0a0)
For more details, see:
https://code.launchpad.net/~lloydwaltersj/maas/+git/maas/+merge/444180
--
Your team MAAS Committers is subscribed to branch maas:3.2.
References