yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81087
[Bug 1843334] Re: Change location of DHCP leases in CloudStack provider as it doesn't work for RHEL8
This bug is believed to be fixed in cloud-init in version 19.2-73. 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/1843334
Title:
Change location of DHCP leases in CloudStack provider as it doesn't
work for RHEL8
Status in cloud-init:
Fix Released
Bug description:
Cloud-init is failing to get Virtual Router IP of CloudStack provider on RHEL8 because default path used on this part of code:
https://github.com/number5/cloud-init/blob/07b17236be5665bb552c7460102bcd07bf8f2be8/cloudinit/net/dhcp.py#L24
is changed to /var/lib/NetworkManager in RHEL8.
To fix the problem it probably will worth to try to change code in
file above to one like on this section of the code:
https://github.com/number5/cloud-
init/blob/acc25d8d7d603313059ac35b4253b504efc560a9/cloudinit/sources/DataSourceCloudStack.py#L172-L180
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1843334/+subscriptions
References