Public bug reported:

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

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
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:
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to