Add OS attribute for hostcontrol (#16)

* Add OS attribute for hostcontrol

* fix lint
This commit is contained in:
Pascal Vizeli
2017-04-26 22:14:58 +02:00
committed by GitHub
parent 139cf4fae4
commit aad9ae6997
4 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ RESULT_ERROR = 'error'
RESULT_OK = 'ok'
ATTR_HOSTNAME = 'hostname'
ATTR_OS = 'os'
ATTR_TYPE = 'type'
ATTR_FEATURES = 'features'
ATTR_ADDONS = 'addons'