Skip to content

Commit

Permalink
[6.16.z] Add repo_data option to host registration command (#1256)
Browse files Browse the repository at this point in the history
Co-authored-by: dosas <[email protected]>
  • Loading branch information
Satellite-QE and dosas authored Nov 27, 2024
1 parent 204c872 commit a809a1b
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 a809a1b

Please sign in to comment.