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:
Sahdev Zala
2016-08-30 12:48:15 -07:00
parent eb320ec8bc
commit 62ab51553e

View File

@@ -529,6 +529,7 @@ capability_types:
network_name:
type: string
required: false
default: PRIVATE
initiator:
type: string
required: false