mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
This ensures that password server runs on the dhcpserver identifier IP which is the not the VRRP virtual (10.1.1.1) IP by default but the actual ip of the interface. When dhcp client discovery is made, the `dhcp-server-identifier` contains the non VIP address that is used by password reset script to query guest VM password. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>