Synchronize upstream version of 0.9
[parser.git] / tosca2heat / heat-translator / translator / hot / syntax / hot_resource.py
index 6499333..ff2111a 100644 (file)
@@ -28,7 +28,11 @@ SECTIONS = (TYPE, PROPERTIES, MEDADATA, DEPENDS_ON, UPDATE_POLICY,
 
 policy_type = ['tosca.policies.Placement',
                'tosca.policies.Scaling',
-               'tosca.policies.Scaling.Cluster']
+               'tosca.policies.Scaling.Cluster',
+               'tosca.policies.Placement.Colocate',
+               'tosca.policies.Placement.Antilocate',
+               'tosca.policies.Monitoring']
+
 log = logging.getLogger('heat-translator')