internap / virtualpdu

A virtual power distribution unit (PDU) for controlling libvirt virtual machines via SNMP commands.
Apache License 2.0
3 stars 6 forks source link

Support listen_address in config instead of listen_host #21

Closed mat128 closed 8 years ago

mat128 commented 8 years ago

listen_address was the intended name but listen_host was written in the tests, which led to us read from listen_host, but use listen_address throughout the code.

Solve this by reading listen_address only. Backwards compatibility is not a concern as this is pre-release software, and there are no official uses of it yet.

Closes #19

JoProvost commented 8 years ago

:+1: