From 612dbe23ea83c5e9679360456cf121e936ab28bf Mon Sep 17 00:00:00 2001
From: Martin Cuchran <cuchy@Martins-MacBook-Pro-4.local>
Date: Tue, 7 Feb 2017 00:21:17 +0100
Subject: [PATCH] Json git resources

---
 Openstack/pv176-init.json | 8 ++++++++
 Openstack/pv176.json      | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 Openstack/pv176-init.json

diff --git a/Openstack/pv176-init.json b/Openstack/pv176-init.json
new file mode 100644
index 0000000..70bdcf9
--- /dev/null
+++ b/Openstack/pv176-init.json
@@ -0,0 +1,8 @@
+{
+    "heat_template_version": "2016-04-08",
+    "resources":{
+        "network":{
+            "type": "https://gitlab.ics.muni.cz/396462/PV176/raw/master/Openstack/pv176.json"
+        }
+    }
+}
\ No newline at end of file
diff --git a/Openstack/pv176.json b/Openstack/pv176.json
index 8362595..d363161 100644
--- a/Openstack/pv176.json
+++ b/Openstack/pv176.json
@@ -1,5 +1,4 @@
 {
-    "heat_template_version": "2016-04-08",
     "parameters":{
         "flavor":{
             "type":"string",
-- 
GitLab