Merge "Fix support status for OS::Heat::SoftwareComponent"

This commit is contained in:
Jenkins 2014-10-20 22:31:16 +00:00 committed by Gerrit Code Review
commit 53834a0195
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ from heat.engine import constraints as constr
from heat.engine import properties
from heat.engine import resource
from heat.engine.resources.software_config import software_config as sc
from heat.engine import support
class SoftwareComponent(sc.SoftwareConfig):
@ -34,6 +35,8 @@ class SoftwareComponent(sc.SoftwareConfig):
'configs' property and attribute.
'''
support_status = support.SupportStatus(version='2014.2')
PROPERTIES = (
CONFIGS, INPUTS, OUTPUTS, OPTIONS,
) = (