Since Aruba Access Points do not have a candidate data store, this driver version tries to imitate the behavior.
- load_replace_candidate -> Loads new config into a class attribute instead.
- compare_config -> Produces diff and also a sequence of commands that would be executed to achieve the new target config. Config references will be removed and re-added automatically, if needed.
- commit_config -> Send commands only for the config parts, that deviate from the new target config.
This implementation allows the driver to be used with the [napalm-ansible](https://github.com/napalm-automation/napalm-ansible/tree/develop) module.