From 6901b3a1b0caccf120ce3e9a29a17d6b7546d4cd Mon Sep 17 00:00:00 2001 From: Martin Cuchran <cuchy@Martins-MacBook-Pro-4.local> Date: Mon, 6 Feb 2017 23:54:40 +0100 Subject: [PATCH] Json template --- Openstack/pv176.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Openstack/pv176.json diff --git a/Openstack/pv176.json b/Openstack/pv176.json new file mode 100644 index 0000000..5b38ec8 --- /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 -- GitLab