diff --git a/nailgun/entities.py b/nailgun/entities.py index 3e4dc9f7..af07a3d5 100644 --- a/nailgun/entities.py +++ b/nailgun/entities.py @@ -7972,6 +7972,7 @@ def __init__(self, server_config=None, **kwargs): choices=['central', 'element'], default='element' ), 'kubeconfig_path': entity_fields.StringField(), + 'ahv_internal_debug': entity_fields.BooleanField(), } self._meta = { 'api_path': 'foreman_virt_who_configure/api/v2/configs',