seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
320 stars 101 forks source link

Fix when Domain Name is currently set through DHCP #186

Open flaviotorres opened 6 years ago

flaviotorres commented 6 years ago

When domain name is set hpilo_ca was in loop because it can't update the domain. Adding a condition to check that, if enabled hpilo_ca will fix the hostname only and leave domain_name to be updated by DHCP

flaviotorres commented 5 years ago

Hello here :)