Skip to content

Commit

Permalink
ahv_internal_debug support for virt-who configuration (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpliu authored Mar 24, 2023
1 parent 514f37f commit 82a17e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 82a17e3

Please sign in to comment.