Skip to content

Commit

Permalink
Add repo_data option to host registration command
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Nov 13, 2024
1 parent 05b2bb2 commit 02289d0
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 @@ -6815,6 +6815,7 @@ def __init__(self, server_config=None, **kwargs):
'update_packages': entity_fields.BooleanField(default=False),
'force': entity_fields.BooleanField(default=False),
'ignore_subman_errors': entity_fields.BooleanField(default=False),
'repo_data': entity_fields.ListField(),
}

self._meta = {'api_path': '/api/registration_commands'}
Expand Down

0 comments on commit 02289d0

Please sign in to comment.