Add missing default
network_name property is missing default, adding as per specified in the spec. The test template tosca_load_balancer is using this property. Change-Id: Ib813496f4be43d46208e2719eba42d923914adee
This commit is contained in:
@@ -529,6 +529,7 @@ capability_types:
|
||||
network_name:
|
||||
type: string
|
||||
required: false
|
||||
default: PRIVATE
|
||||
initiator:
|
||||
type: string
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user