From 766398f7f5c8c903f02155235265181eda73523e Mon Sep 17 00:00:00 2001
From: Martin Cuchran <cuchy@Martins-MacBook-Pro-4.local>
Date: Mon, 6 Feb 2017 16:16:13 +0100
Subject: [PATCH] asdsads

---
 Openstack/pv176_network.yaml | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/Openstack/pv176_network.yaml b/Openstack/pv176_network.yaml
index 139e649..68012e6 100644
--- a/Openstack/pv176_network.yaml
+++ b/Openstack/pv176_network.yaml
@@ -13,27 +13,4 @@ resources:
       dns_nameservers: [ "147.251.4.3", "8.8.8.8" ]
       ip_version: 4
       enable_dhcp: false
-      name: PV176-private-subnet
-  internal_router:
-    type: OS::Neutron::Router
-    properties:
-      external_gateway_info: { network: public-float-21 }
-      name: PV176-router
-  internal_interface:
-    type: OS::Neutron::RouterInterface
-    properties:
-      router_id: { get_resource: internal_router }
-      subnet: { get_resource: internal_subnet }
-  full_access_secgroup:
-    type: OS::Neutron::SecurityGroup
-    properties:
-      name: PV176-security-group-MUNI
-      rules:
-        - protocol: tcp
-          remote_ip_prefix: 147.251.0.0/16
-          port_range_min: 1
-          port_range_max: 65000
-        - protocol: tcp
-          remote_ip_prefix: 10.0.0.0/8
-          port_range_min: 1
-          port_range_max: 65000
\ No newline at end of file
+      name: PV176-private-subnet
\ No newline at end of file
-- 
GitLab