Release 0.5.5 version
This release adds support for changing the IP address and port of servers. This functionality requires haproxyadmin version 0.2.2 or higher. We aslo report a message when an ACL and a MAP is empty.
Changelog:
- RELEASE 0.5.5 version
- Make init.py more pylint friendly
- Remove encoding declaration as default encoding is UTF-8
- DOC: Update README to include examples for changing address/port
- Fix wrong continued indentation, add space after comma
- Fix useless object-inheritance
- Fix the way we use Exceptions
- Add support in server command to change address/port
- Report when a acl doesn't have entries
- Report when a map doesn't have entries
- Remove unnecessary text from example outputs
- Catch Invalid input for ACL/MAP cmds