- Added
- servermgr.Server.remove_directory method.
- ServerPath object for better remote file management.
- Changed
- servermgr.Server.run_remote_command method change to run_command.
- Allow servermgr.Server.run_command to take a string or list argument.
- Fixed issue with statemachine rollback.
- Allow the IP Address to be passed in to Server to get around lack of name resolution.
- Fix problems with LoadBalancer usage of Server objects.
- Provide enum for Service states.
- Delete WMI object reference before refreshing to prevent locking the WMI interface.
- Increase the wait time for service state checks.
- Return result from send in netutil.send_email.