Skip to content

Commit

Permalink
expose gateway address for IP reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Oct 9, 2024
1 parent 5891496 commit f69a377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/module_utils/metal/metal_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def extract_ids_from_projects_hrefs(resource: dict):
'metro': find_metro,
'netmask': 'netmask',
'network': 'network',
'gateway': 'gateway',
'project_id': 'project.id',
'public': 'public',
'quantity': cidr_to_quantity('cidr'),
Expand Down

0 comments on commit f69a377

Please sign in to comment.