diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2016-09-19 23:18:22 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2016-09-19 23:18:22 +0800 |
commit | a04cdab7bd95502d9b537db790f4ecbbbf82b7d0 (patch) | |
tree | d8fc6973b257a25baca15eb2e05e730ff74738f2 /tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests | |
parent | 571f6845a8ec391cb29baf97ba36c2256eaf3982 (diff) |
Delete not used property from vRNC
Delete not used property from vRNC,such as activestatus
and id.
Change-Id: I14b4563663d220c241440dff0244ccbadff7912b
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml b/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml index 15ca91b..921301b 100644 --- a/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml +++ b/tosca2heat/tosca-parser/toscaparser/extensions/nfv/tests/data/vRNC/Definitions/vRNC.yaml @@ -108,9 +108,6 @@ topology_template: MM_Active_Host: type: rnc.nodes.compute.MM - properties: - activestatus: 1 - id: MM_Active capabilities: os: properties: *compute_props_os_DEF @@ -139,9 +136,6 @@ topology_template: MM_Passive_Host: type: rnc.nodes.compute.MM - properties: - activestatus: 0 - id: MM_Passive capabilities: os: properties: *compute_props_os_DEF @@ -180,8 +174,6 @@ topology_template: CM_Active_Host: type: rnc.nodes.compute.CM - properties: - activestatus: 1 capabilities: os: properties: *compute_props_os_DEF @@ -211,8 +203,6 @@ topology_template: CM_Passive_Host: type: rnc.nodes.compute.CM - properties: - activestatus: 0 capabilities: os: properties: *compute_props_os_DEF |