Skip to content

Commit 95f4c93

Browse files
committed
Fix naming of field in OrVnfmInstantiateMessage
1 parent ac40e60 commit 95f4c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalogue/messages/or_messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ type OrInstantiate struct {
9393
VIMInstances map[string][]interface{} `json:"vimInstances,omitempty"`
9494
VNFPackage *catalogue.VNFPackage `json:"vnfPackage,omitempty"`
9595
Keys []*catalogue.Key `json:"keys,omitempty"`
96-
VNFR *catalogue.VirtualNetworkFunctionRecord `json:"virtualNetworkFunctionRecord,omitempty"`
96+
VNFR *catalogue.VirtualNetworkFunctionRecord `json:"vnfr,omitempty"`
9797
}
9898

9999
func (OrInstantiate) DefaultAction() catalogue.Action {

0 commit comments

Comments
 (0)