Skip to content

Commit

Permalink
Merge pull request #52 from stackhpc/upstream/2023.1-2024-09-16
Browse files Browse the repository at this point in the history
Synchronise 2023.1 with upstream
  • Loading branch information
priteau authored Sep 16, 2024
2 parents 4286630 + c2ac316 commit 522a19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glance/api/v2/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_usage(self, response, usage):
'additionalProperties': True,
'validation_data': {
'type': 'object',
'additonalProperties': False,
'additionalProperties': False,
'properties': {
'usage': {'type': 'integer'},
'limit': {'type': 'integer'},
Expand Down

0 comments on commit 522a19c

Please sign in to comment.