Skip to content

Commit

Permalink
fix: lif template should use unique instanceKeys
Browse files Browse the repository at this point in the history
Fixes: #2392
  • Loading branch information
cgrinds committed Oct 3, 2023
1 parent 9a33403 commit 1f89196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/rest/9.12.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ endpoints:

export_options:
instance_keys:
- address
- lif
- svm
instance_labels:
- address
- home_node
- home_port
- ipspace
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/cdot/9.8.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ collect_only_labels: true

export_options:
instance_keys:
- address
- lif
- svm
instance_labels:
- address
- home_node
- home_port
- ipspace
Expand Down

0 comments on commit 1f89196

Please sign in to comment.