In openEuler, distro.osfamily is incorrect

Bug #1999042 reported by shixuantong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloud-init
Fix Released
Undecided
Unassigned

Bug Description

Reproduction code:

import copy
from cloudinit import distros, helpers, settings

system_info = copy.deepcopy(settings.CFG_BUILTIN["system_info"])
system_info["distro"] = "openEuler"
paths = helpers.Paths(system_info["paths"])
distro_cls = distros.fetch("openEuler")
distro = distro_cls("openEuler", system_info, paths)
print(distro.osfamily)

The output is: redhat,we expect the output to be "openEuler"

Tags: bug
Revision history for this message
shixuantong (sxt1001) wrote :

I'll fix it.

Revision history for this message
shixuantong (sxt1001) wrote :
shixuantong (sxt1001)
tags: added: bug
James Falcon (falcojr)
Changed in cloud-init:
status: New → Fix Committed
Revision history for this message
Alberto Contreras (aciba) wrote : Fixed in cloud-init version 23.1.

This bug is believed to be fixed in cloud-init in version 23.1. If this is still a problem for you, please make a comment and set the state back to New

Thank you.

Changed in cloud-init:
status: Fix Committed → Fix Released
Revision history for this message
James Falcon (falcojr) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.