X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tosca2heat%2Fheat-translator%2Ftranslator%2Fhot%2Fsyntax%2Fhot_resource.py;h=ff2111afc6c8f3e97f315efce2dae2e518c4bfa5;hb=refs%2Fchanges%2F15%2F37615%2F1;hp=80a62fff8fe5a6edafd24cb8103032f8c8658f6e;hpb=5a918c30a6c46605c616c2ffba1737ef9ea3ee3a;p=parser.git diff --git a/tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py b/tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py index 80a62ff..ff2111a 100644 --- a/tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py +++ b/tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py @@ -30,7 +30,8 @@ policy_type = ['tosca.policies.Placement', 'tosca.policies.Scaling', 'tosca.policies.Scaling.Cluster', 'tosca.policies.Placement.Colocate', - 'tosca.policies.Placement.Antilocate'] + 'tosca.policies.Placement.Antilocate', + 'tosca.policies.Monitoring'] log = logging.getLogger('heat-translator')