[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_network_format / pass / valid_heat_template.yaml
index 422a979..136e27b 100644 (file)
@@ -6,7 +6,7 @@
 # ===================================================================
 #
 # Unless otherwise specified, all software contained herein is licensed
-# under the Apache License, Version 2.0 (the “License”);
+# under the Apache License, Version 2.0 (the "License");
 # you may not use this software except in compliance with the License.
 # You may obtain a copy of the License at
 #
@@ -21,7 +21,7 @@
 #
 #
 # Unless otherwise specified, all documentation contained herein is licensed
-# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# under the Creative Commons License, Attribution 4.0 Intl. (the "License");
 # you may not use this documentation except in compliance with the License.
 # You may obtain a copy of the License at
 #
@@ -59,7 +59,17 @@ resources:
         properties:
           network: { get_param: extnet_net_id }
 
+  int_oam_network:
+        type: OS::Neutron::Net
+        properties:
+          name: { get_param: int_oam_net_name }
+
+  int_oam_subnet:
+        type: OS::Neutron::Subnet
+        properties:
+          network: { get_resource: int_oam_network }
+  
   vm_type_1_int_oam_1_port:
     type: OS::Neutron::Port
     properties:
-      network: { get_resource: int_oam_net_id }
+      network: { get_resource: int_oam_net }