diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2016-09-19 23:18:22 +0800 |
---|---|---|
committer | xiaodong shang <shang.xiaodong@zte.com.cn> | 2016-09-19 15:28:34 +0000 |
commit | fa0b830566779c9cafa2ce6b3de28a176e91218c (patch) | |
tree | db248ef7def3faaf98ad1c58619d220e54db2537 /tosca2heat/tosca-parser/toscaparser/extensions | |
parent | 480a247afe54df4dab8cd10d9159285e5294eda2 (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>
(cherry picked from commit a04cdab7bd95502d9b537db790f4ecbbbf82b7d0)
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/extensions')
-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 |