diff --git a/Openstack/pv176.json b/Openstack/pv176.json
new file mode 100644
index 0000000000000000000000000000000000000000..5b38ec84ca1218266ab0ad7c931ee94c7bb928e6
--- /dev/null
+++ b/Openstack/pv176.json
@@ -0,0 +1,21 @@
+{
+    "heat_template_version": "2016-04-08",
+    "parameters":{
+        "flavor":{
+            "type":"string",
+            "default": "m1.large"
+        },
+        "safe_mode_administrator_password":{
+            "default": "Password.1",
+            "type": "string"
+        }
+    },      
+    "resources":{
+        "internal_net":{
+            "type": "OS::Neutron::Net",
+            "properties":{
+                "name": "PV176-private-network"
+            }
+        }
+    }
+}
\ No newline at end of file