Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When a server reservation is submitted for a Linux image that is configured to have a fixed IP address, vcld ends up failing the reservation if the management node handling the reservation is not set to Static for "Public NIC Configuration Method". This is due to a check in Linux.pm->update_resolv_conf that specifically checks for $public_ip_configuration being static. The corresponding code in the Windows.pm module contains a check for server reservations before checking for the public ip configuration being static. This should be done in Linux.pm as well.