Merge "make actions property optional"

This commit is contained in:
Jenkins 2015-03-25 10:42:46 +00:00 committed by Gerrit Code Review
commit c3b0247b6d
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ class SoftwareComponent(sc.SoftwareConfig):
schema=properties.Schema(properties.Schema.STRING),
constraints=[
constr.Length(min=1),
],
required=True
]
),
CONFIG_CONFIG: sc.SoftwareConfig.properties_schema[
sc.SoftwareConfig.CONFIG