yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88903
[Bug 1874875] Re: cloudinit.sources.NetworkConfigSource can be refactored to an enum
This bug is believed to be fixed in cloud-init in version 22.2. 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
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1874875
Title:
cloudinit.sources.NetworkConfigSource can be refactored to an enum
Status in cloud-init:
Fix Released
Bug description:
It is currently implemented as a namedtuple, because it was written
when the codebase supported Python 2 (where using an enum would have
introduced a new dependency). As enum is in the stdlib in all our
supported Python releases, we can now use it without that constraint.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1874875/+subscriptions
References